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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/23/03 10:58
Read: times


 
#46471 - RE: Is there any bit addresable 8255?
Responding to: ???'s previous message
I understood bit addesable as:
setb bit
clr bit

And you can't do it with an external memory mapped device.
Of course you can change only a bit doing:
mov dptr,#adderess
movx a,@dptr
setb acc.x ;or clr acc.x
movx @dptr,a

In all external memory or device you can do the last. But not the first.



List of 10 messages in thread
TopicAuthorDate
Is there any bit addresable 8255?            01/01/70 00:00      
   RE: Is there any bit addresable 8255?            01/01/70 00:00      
   RE: Is there any bit addresable 8255?            01/01/70 00:00      
   RE: Is there any bit addresable 8255?            01/01/70 00:00      
   RE: Is there any bit addresable 8255?            01/01/70 00:00      
   RE: Is there any bit addresable 8255?            01/01/70 00:00      
      RE: Is there any bit addresable 8255?            01/01/70 00:00      
   RE: Is there any bit addresable 8255?            01/01/70 00:00      
   RE: Is there any bit addresable 8255?            01/01/70 00:00      
      RE: Is there any bit addresable 8255?            01/01/70 00:00      

Back to Subject List