mirror of
https://github.com/michaelcmartin/Ophis.git
synced 2024-12-21 12:29:46 +00:00
6 lines
135 B
Plaintext
6 lines
135 B
Plaintext
|
; iNES header
|
||
|
.byte $4e,$45,$53,$1a,$01,$01,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
|
||
|
|
||
|
.include "hello_prg.oph"
|
||
|
.include "hello_chr.oph"
|