Hi all, newbie here ... I've been reading through a few tutorials and have been coming across syntax like this:
ldx #32*\1+\2
The way I have been interpreting this is that we are loading the decimal value 32 to the X register. But what does *\1 + \2 mean? Specifically what does the * and ...
Search found 2 matches
- Thu Feb 02, 2017 4:55 am
- Forum: Newbies
- Topic: WLA DX Assembler question
- Replies: 3
- Views: 979
- Thu Feb 02, 2017 3:41 am
- Forum: Newbies
- Topic: WLA DX Assembler question
- Replies: 3
- Views: 979
WLA DX Assembler question
Hi all, newbie here ... I've been reading through a few tutorials and have been coming across syntax like this:
ldx #32*\1+\2
The way I have been interpreting this is that we are loading the decimal value 32 to the X register. But what does *\1 + \2 mean? Specifically what does the * and ...
ldx #32*\1+\2
The way I have been interpreting this is that we are loading the decimal value 32 to the X register. But what does *\1 + \2 mean? Specifically what does the * and ...