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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/06/00 13:56
Read: times


 
#2522 - RE: Bit problem
CORRECTION:

In adjusting for the MOVC
the previous code did a x2 rather
than a +2. Replace the RL A
instruction with an ADD A,#2
as shown below:

...
. mov a,r6
. anl a,#00000111b
. rl a <<<<< . ADD A,#2
. movc a,@a+pc
. ajmp skip
...

-Jay C. Box

List of 5 messages in thread
TopicAuthorDate
Bit problem            01/01/70 00:00      
RE: Bit problem            01/01/70 00:00      
RE: Bit problem            01/01/70 00:00      
RE: Bit problem            01/01/70 00:00      
RE: Bit problem            01/01/70 00:00      

Back to Subject List