Honor alignment offset for ALIGN[16, N]

The *one* place where it was missed...
This commit is contained in:
ISSOtm
2024-02-18 22:23:45 +01:00
committed by Sylvie
parent b100c8ebee
commit 36dad4380e
5 changed files with 8 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
SECTION "test", ROM0, ALIGN[16, 3]
align 16, 3
db 1, 2, 3
+4
View File
@@ -0,0 +1,4 @@
ROM0
org 3
align 16,3
"test"
View File
Binary file not shown.