1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-11-22 17:32:01 +00:00
SixtyPical/eg/sample.60pical

13 lines
141 B
Plaintext
Raw Normal View History

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