Files
mu808/examples/hellorld.mu8a
T
2025-04-23 10:12:08 +03:00

12 lines
270 B
Plaintext

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
out 1 10 1 ; output the range as ASCII to port 1