Replies: 1 comment 3 replies
-
Here are some pointers about this issue: https://wla-dx.readthedocs.io/en/latest/arithmetics.html If you are talking about 6502 then LDA #>v8p and LDA >v8p are different instructions. I'm guessing (I'm no 6502 programmer) that you want "LDA #>v8p"... I could be wrong, though. :) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Given
What is the right syntax to get the hi and low bytes of this label address ?
Is it
or
Beta Was this translation helpful? Give feedback.
All reactions