ack/mach/m68k2/libsys/wait.s

18 lines
218 B
ArmAsm
Raw Normal View History

1984-12-14 15:52:15 +00:00
.define _wait
.sect .text
.sect .rom
.sect .data
.sect .bss
1984-12-14 15:52:15 +00:00
.extern _wait
1985-07-19 13:43:03 +00:00
.sect .text
1984-12-14 15:52:15 +00:00
_wait: move.w #0x7,d0
move.l 4(sp),a0
trap #0
bcs cerror
tst.l 4(sp)
beq 1f
move.l 4(sp),a0
move.w d1,(a0)
1:
rts