mirror of
https://github.com/catseye/SixtyPical.git
synced 2025-02-09 16:31:42 +00:00
13 lines
160 B
Plaintext
13 lines
160 B
Plaintext
buffer[2048] buf
|
|
pointer ptr @ 254
|
|
|
|
routine main
|
|
inputs buf
|
|
outputs buf, y
|
|
trashes a, z, n, ptr
|
|
{
|
|
ld y, 0
|
|
copy buf, ptr
|
|
copy 123, [ptr] + y
|
|
}
|