browser

puts.xyw

puts.xyw
calendarsave
; .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