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,6 +1,7 @@
|
||||
ROM0
|
||||
align 4
|
||||
align 4, 2
|
||||
"sec"
|
||||
ds $18
|
||||
org $20
|
||||
align 5
|
||||
"secfix"
|
||||
|
||||
Reference in New Issue
Block a user