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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/07/03 07:38
Read: times


 
#43000 - RE: Bit Addresable Port 1 problem...URGENT
Responding to: ???'s previous message
setb don't works adderssing by register.

do somethink like:

mov a,p1
setb acc.x
mov p1,a

or:

mov a,10101111b
(anl a,p1 or orl a,p1)
mov p1,a

List of 7 messages in thread
TopicAuthorDate
Bit Addresable Port 1 problem...URGENT            01/01/70 00:00      
   RE: Bit Addresable Port 1 problem...URGENT            01/01/70 00:00      
   RE: Bit Addresable Port 1 problem...URGENT            01/01/70 00:00      
   RE: Bit Addresable Port 1 problem...URGENT            01/01/70 00:00      
   RE: Bit Addresable Port 1 problem...URGENT            01/01/70 00:00      
   RE: Bit Addresable Port 1 problem...URGENT            01/01/70 00:00      
      RE: Bit Addresable Port 1 problem...URGENT            01/01/70 00:00      

Back to Subject List