asm6 low & high bits of lable address??

Discuss technical or other issues relating to programming the Nintendo Entertainment System, Famicom, or compatible systems. See the NESdev wiki for more information.

Moderator: Moderators

Post Reply
User avatar
jims cool
Posts: 119
Joined: Fri May 11, 2007 12:47 pm
Location: Guelph, Ontario, Canada
Contact:

asm6 low & high bits of lable address??

Post by jims cool »

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." :?
User avatar
jims cool
Posts: 119
Joined: Fri May 11, 2007 12:47 pm
Location: Guelph, Ontario, Canada
Contact:

Post by jims cool »

that was dumb of me... just after i posted

#<(somelabel) ;low

#>(somelabel) ;high

:oops:
Post Reply