ack/mach/pmds/libsys/_pause.s

14 lines
149 B
ArmAsm
Raw Normal View History

1990-01-22 13:59:43 +00:00
.define __pause
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
.extern __pause
__pause: trap #0
.data2 29
bcc 1f
jmp cerror
1:
rts