| ??? 09/20/07 19:33 Read: times |
#144840 - You mean... Responding to: ???'s previous message |
Hi Steve, you mean, I could declare this...
WRA EQU P3.4 INTR EQU P3.5 RDA EQU P3.3 TL EQU 07Bh TH EQU 07Ch TP EQU 07Dh V0 EQU 07Eh V1 EQU 07Fh ... This way? And dont worry about memory locations? WRA EQU P3.4 INTR EQU P3.5 RDA EQU P3.3 dseg TL: db 1 TH: db 1 TP: db 1 V0: db 1 V1: db 1 cseg MY CODE HERE..... ....... |



