ref: 04788e15af6878c220602d2248b2b8f5182e96a0 dir: /test/asm/section-sizeof-startof.asm/
SECTION "sect", ROMX[$4567], BANK[$23] ds 42 W = BANK("sect") X = SIZEOF("sect") Y = STARTOF("sect") println "{W} {X} {Y}"