mirror of
https://github.com/catseye/SixtyPical.git
synced 2024-11-22 17:32:01 +00:00
10 lines
118 B
Plaintext
10 lines
118 B
Plaintext
|
byte table[8] message : "WHAT?"
|
||
|
|
||
|
routine main
|
||
|
inputs message
|
||
|
outputs x, a, z, n
|
||
|
{
|
||
|
ld x, 9
|
||
|
ld a, message + x
|
||
|
}
|