??? 09/20/04 15:17 Read: times |
#77712 - RE: Problem with my code Responding to: ???'s previous message |
Lisa,
Try using EQU statements to allow things like PortA EQU 0F803H -its easier for a human to follow. Same with using bit addresses - just declare LedFlag EQU 40H etc. etc. Are you sure about the address of port A BTW ? In the usual 8255 schemes addresses for port A end in 00H Steve |