puts.xyw
puts.xyw; .include "lib/macros.xyw"
; Print a string starting at address
; a16 -[xw]-
.label puts
POPxw
.label puts.loop
LDBxw PUTC
INCxw LDBxw puts.loop JCNw
CLRxw
RTS
; .include "lib/macros.xyw"
; Print a string starting at address
; a16 -[xw]-
.label puts
POPxw
.label puts.loop
LDBxw PUTC
INCxw LDBxw puts.loop JCNw
CLRxw
RTS