Nerdie1234
Programmer
Hi I'm learning to program in assembly using the Motarolla 68HC11 chip.
Whats the difference betweeen these two lines?
ldx #label5
and
ldx label5
where label5: fcb $34,$f2
Doesn't the address of label5 just get stored into X after both lines?
Thanks!
Whats the difference betweeen these two lines?
ldx #label5
and
ldx label5
where label5: fcb $34,$f2
Doesn't the address of label5 just get stored into X after both lines?
Thanks!