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