| ??? 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. |
| Topic | Author | Date |
| 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 |



