I was reading the slaa534.pdf and I came across this "K" thing. For example:
ADDX K(R4), R5
I have seen & and # before, but not a K. What does it mean ?
It appears several times on pages 67 & 68.
Thank you.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I was reading the slaa534.pdf and I came across this "K" thing. For example:
ADDX K(R4), R5
I have seen & and # before, but not a K. What does it mean ?
It appears several times on pages 67 & 68.
Thank you.
I searched carefully through http://www.ti.com/lit/ug/slau208o/slau208o.pdf . I can find no instance of this K notation. Perhaps you meant a different book, or a different version of this book?
Thanks and regards,
-George
Thanks god you noticed. I made a mistake there, I meant slaa534.pdf.
Sorry, main post corrected.
Archaeologist said:It doesn't mean anything; it's just a variable name.
MOVA X, R5
Being X a variable.
Oh! That would make sense.
However, the address of the symbol ? Not the value ?
Also, would that code be the same as this code below ?
MOV.W #K, R4 ADDX R4, R5