Files
rgbds/test/link
Rangi 7e7f92f18c Assign section locations to all UNIONs/FRAGMENTs
Fixes the test case from #800

The `out.gb` output was corrected, since the two "test"
fragments have a different order in ROM than in SRAM.
It is effectively:

; ROM0[$0000], fragments ordered by size
    jr Label
    dw Label
    db 0

; SRAM[$a000], fragments ordered by .o order
    ds 1  ; db 0
    ds 2  ; jr Label
Label:    ; $a003
    ds 2  ; dw Label
2021-03-28 15:21:17 -04:00
..
2020-01-21 03:01:58 +01:00
2020-03-21 23:00:38 +01:00
2020-04-06 00:48:10 +02:00
2020-02-05 13:24:50 +01:00
2020-01-28 21:04:41 +01:00
2020-02-05 13:24:50 +01:00
2020-02-07 13:19:50 +01:00
2019-11-02 22:37:10 +01:00
2020-02-03 21:07:12 +01:00
2020-04-06 00:48:10 +02:00
2020-02-03 21:07:12 +01:00
2020-02-03 21:07:12 +01:00
2020-02-03 21:07:12 +01:00
2021-03-28 15:11:20 -04:00