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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/07/02 09:33
Read: times


 
#30306 - RE: to check a bit
You can use the B register instead of A, if you prefer, because B is also bit addressable:
...
mov b,location_1
jb b.0,decision_1
mov b,location_2
jb b.0,decision_2
...

List of 8 messages in thread
TopicAuthorDate
to check a bit            01/01/70 00:00      
RE: to check a bit            01/01/70 00:00      
RE: to check a bit            01/01/70 00:00      
RE: to check a bit            01/01/70 00:00      
RE: to check a bit            01/01/70 00:00      
RE: to check a bit            01/01/70 00:00      
RE: to check a bit            01/01/70 00:00      
RE: to check a bit            01/01/70 00:00      

Back to Subject List