mirror of
https://github.com/michaelcmartin/Ophis.git
synced 2024-10-15 18:23:53 +00:00
8 lines
157 B
Plaintext
8 lines
157 B
Plaintext
; iNES header
|
|
.byte $4e,$45,$53,$1a,$01,$01,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
|
|
|
|
.outfile "hello.nes"
|
|
|
|
.include "hello_prg.oph"
|
|
.include "hello_chr.oph"
|