1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-07-25 19:28:59 +00:00
SixtyPical/eg/sample.60pical
2014-04-01 15:09:28 +01:00

13 lines
141 B
Plaintext

reserve word score
assign word screen 4000
routine main {
lda screen
tax
tay
cmp score
ldx score
txa
ldy score
tya
}