ack/mach/m68k2/libsys/pause.s

11 lines
129 B
ArmAsm
Raw Normal View History

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