ack/mach/pmds/libsys/pause.s

14 lines
146 B
ArmAsm
Raw Normal View History

1985-02-07 15:58:40 +00:00
.define _pause
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
1985-02-07 15:58:40 +00:00
.extern _pause
_pause: trap #0
.data2 29
1985-02-07 15:58:40 +00:00
bcc 1f
jmp cerror
1:
rts