ack/mach/vax4/libsysV_2/_pause.s

14 lines
163 B
ArmAsm
Raw Normal View History

1990-01-19 16:22:03 +00:00
.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
pause = 29
.define __pause
__pause:
.data2 0x0000
chmk $pause
bcc 1f
jmp cerror
1:
clrl r0
ret