mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-25 04:22:07 +00:00
Implement DS for linker scripts (#1206)
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
SECTION "sec",ROM0,ALIGN[4]
|
||||
ds 8, $42
|
||||
SECTION "secfix",ROM0[$20]
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
ROM0
|
||||
align 4
|
||||
"sec"
|
||||
ds $18
|
||||
org $20
|
||||
"secfix"
|
||||
|
||||
Reference in New Issue
Block a user