??? 02/28/07 13:26 Read: times |
#133927 - I made a better decision Responding to: ???'s previous message |
no thanks to anyone, I came up with this code:
wt: jbc IE0,wt3 ljmp wt nop wt3: anl A,0 orl A,P1 movx @DPTR,A inc dptr ljmp wt This allows me to make the decoding logic using 6 IC packages: 2 triple 3-input nands, 1 dual 4-input nand, 2 74HC138 decoders, and 1 74HC245 buffer. I'll probably make changes, but no local store in the area has an 74HC154 or 74HCT154 which would be ideal. I still might be crazy in doing this project, but at least I learn. I must say, at least I don't have to pay money for a person to shoot a bunch of words at me which I soon forget. |