mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
10 lines
213 B
NASM
10 lines
213 B
NASM
; script*.link are tests for the linker script.
|
|
; So there isn't much to see here.
|
|
|
|
SECTION "ROM0", ROM0
|
|
SECTION "ROM1", ROMX,BANK[1]
|
|
SECTION "ROM2 1K", ROMX,BANK[2]
|
|
ds $1000
|
|
SECTION "ROM2 1", ROMX,BANK[2]
|
|
ds 1
|