Files
Sylvie 658286c8e4 Move a SECTION FRAGMENT test to the test/link/section-fragment folder (#1354)
Add a binary comparison for the same-label SECTION UNION test
2024-03-13 15:34:27 -04:00

8 lines
69 B
NASM

SECTION FRAGMENT "output", ROM0
X:
db X
db 1
assert WARN, X == 0