This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to use LOW or HIGH in A51?

I am writing a 8051 assembly program and try to use LOW/HIGH. When i ran the following

MOV  R1,#LOW   (variable)

R1 = LSB address byte of the variable, not LSB byte of the variable. How can I get it?

0