asm6 low & high bits of lable address??

This is an archive of a topic from NESdev BBS, taken in mid-October 2019 before a server upgrade.
View original topic
asm6 low & high bits of lable address??
by on (#55477)
is it possible to do something like this with with asm6?

ldx #LOW(somelabel)
ldy #HIGH(somelabel)

it works in nesasm but asm6 give me "Extra characters on line." :?

by on (#55478)
that was dumb of me... just after i posted

#<(somelabel) ;low

#>(somelabel) ;high

:oops: