mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-22 14:33:51 +00:00
6 lines
177 B
Plaintext
6 lines
177 B
Plaintext
org $a000-2 ; so we can write the ...
|
|
.word $a000 ; cartridge 2-byte header
|
|
.word Start ; start vector
|
|
.word Start ; RESTORE vector
|
|
.byte $41, $30, $c3, $c2, $cd ; "A0CBM"
|