Ophis/examples/hello_nes/hello_ines.oph
2012-06-08 23:41:16 -07:00

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"