1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2025-02-16 15:30:26 +00:00
SixtyPical/eg/rudiments/range-error.60p
2018-09-09 15:31:35 +01:00

10 lines
125 B
Plaintext

byte table[8] message : "WHAT?"
define main routine
inputs message
outputs x, a, z, n
{
ld x, 9
ld a, message + x
}