ref: 23721694ea711eabdc96285c099bbe7afb90bbe8 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}"