1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-09-07 01:54:52 +00:00
SixtyPical/eg/rudiments/range-error.60p

10 lines
118 B
Plaintext
Raw Normal View History

2018-03-06 10:32:52 +00:00
byte table[8] message : "WHAT?"
routine main
inputs message
outputs x, a, z, n
{
ld x, 9
ld a, message + x
}