Hi.
Basically I need to implement the following code on an 8051 microcontroller:
If X < 10 THEN A<=B
ELSE A<=C
Does anyone know how this might be achieved. I know it has to so with conditional jump statements, but just not exactly how....
Any help would be greatly appreaciated
Thanks,
D
Basically I need to implement the following code on an 8051 microcontroller:
If X < 10 THEN A<=B
ELSE A<=C
Does anyone know how this might be achieved. I know it has to so with conditional jump statements, but just not exactly how....
Any help would be greatly appreaciated
Thanks,
D