mirror of
https://github.com/michaelcmartin/Ophis.git
synced 2024-12-22 03:29:55 +00:00
6 lines
155 B
Plaintext
6 lines
155 B
Plaintext
|
;;; Minimal header file for expanded VIC-20.
|
||
|
;;; It translates to 10 SYS4621.
|
||
|
.word $1201
|
||
|
.org $1201
|
||
|
.byte $0b,$12,$0a,$00,$9e,$34,$36,$32,$31,$00,$00,$00
|