ack/mach/pdp/libem/nop.s
1984-07-19 13:34:12 +00:00

14 lines
143 B
ArmAsm

/ $Header$
.text
.globl nop~
.globl hol0,prf~
nop~:
mov hol0,-(sp)
mov $fmt,-(sp)
jsr pc,prf~
add $04,sp
rts pc
.data
fmt: <test %d\n\0>