mirror of
https://github.com/catseye/SixtyPical.git
synced 2025-02-08 10:30:55 +00:00
10 lines
120 B
Plaintext
10 lines
120 B
Plaintext
|
external chrout 65490
|
||
|
routine main {
|
||
|
lda #72
|
||
|
jsr chrout
|
||
|
lda #73
|
||
|
jsr chrout
|
||
|
lda #13
|
||
|
jsr chrout
|
||
|
}
|