mirror of
https://github.com/michaelcmartin/Ophis.git
synced 2024-12-21 12:29:46 +00:00
6 lines
157 B
Plaintext
6 lines
157 B
Plaintext
;;; Minimal header file for unexpanded VIC-20.
|
|
;;; It translates to 10 SYS4109.
|
|
.word $1001
|
|
.org $1001
|
|
.byte $0b,$10,$0a,$00,$9e,$34,$31,$30,$39,$00,$00,$00
|