ref: 0794da22bcd58a47e7f748b14d1bbeda84ea7bc3
dir: /test/link/rst.asm/
SECTION "calls", ROM0[0] ; The values are not known at this point, forcing the assembler to emit an ; expression rst rst00 rst rst08 rst rst10 rst rst18 rst rst20 rst rst28 rst rst30 rst rst38 MACRO defRST SECTION "rst\1", ROM0[$\1] rst\1: ENDM defRST 00 defRST 08 defRST 10 defRST 18 defRST 20 defRST 28 defRST 30 defRST 38