ack/mach/m68k4/libsys/pause.s

11 lines
129 B
ArmAsm
Raw Normal View History

1984-12-14 15:52:15 +00:00
.define _pause
.extern _pause
1986-07-22 13:23:14 +00:00
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
1984-12-14 15:52:15 +00:00
_pause: move.w #0x1D,d0
trap #0
rts