ref: 7e7f92f18c38cbb755c6c067e42efa19655cd5b1
dir: /test/asm/bracketed-symbols.asm/
X = 42
PRINTLN "{X}"
PRINTLN "{x:X}"
PRINTLN "{X:X}"
PRINTLN "{d:X}"
PRINTLN "{b:X}"
Y equ 1337
PRINTLN "{b:Y}"
rsreset
R rb 0
PRINTLN "{d:R}"
S equs "You can't format me!"
PRINTLN "{X:S}"
SECTION "Test", ROM0
Label:
PRINTLN "{x:Label}"
PRINTLN "{x:@}"