custom rom build.
This commit is contained in:
parent
ba56bd2491
commit
6a82e9fa03
11
roms/test.asm
Normal file
11
roms/test.asm
Normal file
@ -0,0 +1,11 @@
|
||||
SECTION "Header", ROM0[$100]
|
||||
nop ; offset jump
|
||||
jp EntryPoint ; entry point
|
||||
ds $30, 0 ; nintendo logo
|
||||
db "My Test ROM ", 0 ; title
|
||||
|
||||
ds $150 - @, 0
|
||||
|
||||
EntryPoint:
|
||||
xor a
|
||||
halt
|
BIN
roms/test.gb
Normal file
BIN
roms/test.gb
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user