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