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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/14/07 13:58
Read: times


 
#140761 - you could as well use also direct RAM
Responding to: ???'s previous message
e.g.
   mov  a,@r0
   mov  3,@r1
   cjne a,3,exit

but b comes sometimes very handy. I am also often (ab)using it for its bit-addressability (for a bunch of flags local to a function).

JW


List of 10 messages in thread
TopicAuthorDate
Comparing data with cjne...            01/01/70 00:00      
   cjne a,direct,displacement            01/01/70 00:00      
      Thanks            01/01/70 00:00      
         it does            01/01/70 00:00      
            Indeed            01/01/70 00:00      
               Alternative solution            01/01/70 00:00      
                  Sure?            01/01/70 00:00      
                     Surely not.            01/01/70 00:00      
                  That`s wrong            01/01/70 00:00      
         you could as well use also direct RAM            01/01/70 00:00      

Back to Subject List