examples/print-stdin.xyw
1 2 3 4 5 6 7 8 9 10 11
.include "devices.xyw" print-key terminal.on_keypress STW end JMPw .label print-key terminal.input LDB terminal.output STB $0A terminal.output STB BRK .label end