| ??? 02/21/03 12:50 Read: times |
#39649 - RE: 8255 LED interface / Chris & Penny Responding to: ???'s previous message |
1)org 0000h
mov dptr,#0F003H mov a,#10000000B movx @dptr,a mov dptr,#0F000H mov a,#0AAH movx @dptr,a end |
| ??? 02/21/03 12:50 Read: times |
#39649 - RE: 8255 LED interface / Chris & Penny Responding to: ???'s previous message |
1)org 0000h
mov dptr,#0F003H mov a,#10000000B movx @dptr,a mov dptr,#0F000H mov a,#0AAH movx @dptr,a end |