mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 11:12:07 +00:00
Improve linker script align (#1271)
An offset is now supported, and invalid values are no longer silently truncated, aligning behaviour with other instances of the directive.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
SECTION "sec",ROM0,ALIGN[4]
|
||||
ds 8, $42
|
||||
SECTION "sec",ROM0,ALIGN[4,2]
|
||||
ds 6, $42
|
||||
SECTION "secfix",ROM0[$20]
|
||||
|
||||
Reference in New Issue
Block a user