??? 04/25/06 21:52 Modified: 04/25/06 21:56 Read: times |
#115031 - a "fun idea" Responding to: ???'s previous message |
Do i have to use AD4-AD15 to address decode like shown below?
What about connecting the AD0-2 to P2 0-2 and connecting A/D ALE to An inverted !WR. Basically P2 hold the high byte of an external address when !WR strobes. so movx dptr,#(AD_address*256) movx a,@dptr If that get you in timing trouble just do this instead mov P2, addr clr p3.7 setb p3.7 would load the mux address into the A/D Erik |