ack/mach/m68k4/libem/rck.s

23 lines
255 B
ArmAsm
Raw Permalink Normal View History

1985-02-07 22:06:32 +00:00
.define .rck
.sect .text
.sect .rom
.sect .data
.sect .bss
1985-02-07 22:06:32 +00:00
.sect .text
1985-02-07 22:06:32 +00:00
.rck:
move.l (sp)+,a1
1985-02-07 22:06:32 +00:00
move.l (sp)+,a0 ! descriptor address
move.l (sp),d0
cmp.l (a0),d0
blt 1f
1986-07-25 13:19:51 +00:00
cmp.l 4(a0),d0
1985-02-07 22:06:32 +00:00
ble 2f
1:
move.l #ERANGE,-(sp)
jsr .trp
2:
jmp (a1)
1985-02-07 22:06:32 +00:00
.align 2