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