??? 03/24/06 08:56 Read: times |
#112942 - Simple method Responding to: ???'s previous message |
I used this macro in Keil C and it did the trick:
#define PARITY(X) (ACC = X, P) Mahmood |
??? 03/24/06 08:56 Read: times |
#112942 - Simple method Responding to: ???'s previous message |
I used this macro in Keil C and it did the trick:
#define PARITY(X) (ACC = X, P) Mahmood |