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."
ldx #LOW(somelabel)
ldy #HIGH(somelabel)
it works in nesasm but asm6 give me "Extra characters on line."