Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/27/01 09:34
Read: times


 
#18123 - RE: Can I change a definite byte in run mod?
May be your problem is
"MOV A,A+R0 "

What do you want to do with this?

if you want to add to acc the content of R0 you must to do

ADD a,R0

if you do "MOV A,A+R0 " you will erase the content of acc and put in it the content of the adres A+R0.


List of 5 messages in thread
TopicAuthorDate
Can I change a definite byte in run mod?            01/01/70 00:00      
RE: Can I change a definite byte in run mod?            01/01/70 00:00      
RE: Can I change a definite byte in run mod?            01/01/70 00:00      
RE: Can I change a definite byte in run mod?            01/01/70 00:00      
RE: Can I change a definite byte in run mod?            01/01/70 00:00      

Back to Subject List