ack/mach/mantra/libsys/_pause.s

11 lines
132 B
ArmAsm
Raw Permalink Normal View History

1990-01-22 13:09:29 +00:00
.define __pause
.extern __pause
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
__pause: move.l #0x1D,d0
trap #0
rts