ack/mach/z8000/libem/noop.s
1987-01-19 10:51:50 +00:00

15 lines
165 B
ArmAsm

.define noop
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
noop:
push *RR14, hol0
push *RR14, $fmt
calr prf
ret
.sect .data
fmt: .asciz "test %d\n"