Files
rgbds/test/link/load-fragment/a.asm
Eldred Habert 7461170956 Add LOAD FRAGMENT pc test (#800)
Reproduces a reported problem, fix pending
2021-03-28 15:11:20 -04:00

5 lines
59 B
NASM

SECTION "main", ROM0
LOAD FRAGMENT "test", SRAM
db 0
ENDL