Fix underflowing SECTION FRAGMENT fixed address in RGBLINK (#2122)

This commit is contained in:
Rangi
2026-09-18 22:00:27 -04:00
committed by GitHub
parent 76bba2809b
commit c151450d9f
5 changed files with 30 additions and 0 deletions
+9
View File
@@ -417,6 +417,15 @@ rgblinkQuiet -o "$gbtemp" "$otemp" "$gbtemp2"
tryCmpRom "$test"/ref.out.bin
evaluateTest
test="section-fragment/org-beyond-size"
startTest
"$RGBASM" -o "$otemp" "$test"/a.asm
"$RGBASM" -o "$gbtemp" "$test"/b.asm
continueTest
rgblinkQuiet "$otemp" "$gbtemp" 2>"$outtemp"
tryDiff "$test"/out.err "$outtemp"
evaluateTest
test="section-normal/same-name"
startTest
"$RGBASM" -o "$otemp" "$test"/a.asm