.define .prnl
.sect .text
.sect .rom
.sect .data
.sect .bss
.prnl: movb "\n", tos
jsr @.putchar
ret 0