Files

12 lines
270 B
Plaintext
Raw Permalink Normal View History

2025-04-22 20:02:27 +03:00
set 72 0 1 ; fill in the data bytes from 1 to 10
set 101 0 2
set 108 0 3
set 108 0 4
set 111 0 5
set 114 0 6
set 108 0 7
set 100 0 8
set 33 0 9
set 10 0 10 ; end the string with an LF character for newline
2025-04-23 10:12:08 +03:00
out 1 10 1 ; output the range as ASCII to port 1