| ??? 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. |
| Topic | Author | Date |
| 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 |



