Files
rgbds/test/link/align16.asm
ISSOtm 36dad4380e Honor alignment offset for ALIGN[16, N]
The *one* place where it was missed...
2024-02-18 17:53:56 -05:00

4 lines
60 B
NASM

SECTION "test", ROM0, ALIGN[16, 3]
align 16, 3
db 1, 2, 3