mirror of
https://github.com/catseye/SixtyPical.git
synced 2024-11-22 17:32:01 +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
|
||
|
}
|