ack/mach/z8000/libem/noop.s

15 lines
165 B
ArmAsm
Raw Normal View History

1985-01-08 11:48:43 +00:00
.define noop
1987-01-19 10:51:50 +00:00
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
1985-01-08 11:48:43 +00:00
noop:
push *RR14, hol0
push *RR14, $fmt
calr prf
ret
1987-01-19 10:51:50 +00:00
.sect .data
1985-01-08 11:48:43 +00:00
fmt: .asciz "test %d\n"