1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-07-03 01:29:43 +00:00
SixtyPical/eg/print.60p

13 lines
124 B
Plaintext

routine chrout
inputs a
trashes a
@ 65490
routine main
inputs a
trashes a, z, n
{
ld a, 65
call chrout
}