Take this code...
Code: Select all
position_1 .byte $51, $04 ;Points to an address in screen memory
I've tried different examples from online docs but none work.
Code: Select all
lda #$20
sta ??position_1??,y ; should resolve to "sta $0451,y"
I can't figure out how to get the correct address that's pointed to by the high/low byte pair.
C64 with 64tass assembler.
Thanks for helping an old guy realize a childhood dream.