mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-13 05:11:44 +00:00
Implement SIZEOF("Section") and STARTOF("Section") (#766)
Updates the object file revision to 8 Fixes #765
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
SECTION "meta", ROM0[0]
|
||||
db BANK("sect")
|
||||
dw STARTOF("sect")
|
||||
dw SIZEOF("sect")
|
||||
|
||||
SECTION "sect", ROMX[$4567], BANK[$23]
|
||||
ds 42
|
||||
Binary file not shown.
Reference in New Issue
Block a user