mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
An offset is now supported, and invalid values are no longer silently truncated, aligning behaviour with other instances of the directive.
4 lines
68 B
NASM
4 lines
68 B
NASM
SECTION "sec",ROM0,ALIGN[4,2]
|
|
ds 6, $42
|
|
SECTION "secfix",ROM0[$20]
|