ack/mach/z8000/libem/noop.s

10 lines
101 B
ArmAsm
Raw Normal View History

1985-01-08 11:48:43 +00:00
.define noop
noop:
push *RR14, hol0
push *RR14, $fmt
calr prf
ret
.data
fmt: .asciz "test %d\n"