1
2SECTION "Output", ROM0[0]
3    dw Rom0Label1
4    dw Rom0Label2
5    dw SramLabel1
6    dw SramLabel2
7    dw RomxLabel1
8    dw RomxLabel2
9    dw HramLabel
10
11
12SECTION "A", ROM0[$1324]
13Rom0Label1:
14LOAD "LA", SRAM[$BEAD]
15    SramLabel1:
16    PUSHS
17        ; not inside a section or load section here yet
18        SECTION "B", ROMX[$4698]
19        RomxLabel1:
20        LOAD "LB", HRAM[$FF86]
21            HramLabel:
22        ENDL
23        RomxLabel2:
24    POPS
25    SramLabel2:
26ENDL
27Rom0Label2:
28