mirror of
https://github.com/catseye/SixtyPical.git
synced 2024-11-26 14:49:15 +00:00
10 lines
282 B
Plaintext
10 lines
282 B
Plaintext
.charmap 'A, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26
|
|
.charmap 'a, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26
|
|
.org 0
|
|
.word $0801
|
|
.data
|
|
.org $c000
|
|
.text
|
|
.org $0801
|
|
.byte $10, $08, $c9, $07, $9e, $32, $30, $36, $31, $00, $00, $00
|