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

13 lines
132 B
ArmAsm

.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>