mirror of
https://github.com/catseye/SixtyPical.git
synced 2024-11-22 01:32:13 +00:00
13 lines
141 B
Plaintext
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
|
|
}
|