Add test for fixed section addresses

This commit is contained in:
ISSOtm
2020-01-16 18:12:42 +01:00
parent 10140f74dc
commit 2c52364978
3 changed files with 34 additions and 0 deletions

15
test/link/fixed-oob.asm Normal file
View File

@@ -0,0 +1,15 @@
SECTION "ROM0", ROM0[$BABE]
SECTION "ROMX", ROMX[$BEEF]
SECTION "VRAM", VRAM[$C0DE]
SECTION "SRAM", SRAM[$CAFE]
SECTION "WRAM0", WRAM0[$DEAD]
SECTION "WRAMX", WRAMX[$DAD]
SECTION "OAM", OAM[$CAB]
SECTION "HRAM", HRAM[$BAD]