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