Keeping Signed and Unsigned Variables or Values
I wonder about the keeping signed and unsigned values in proccessor.For example I have this define#define MY_NUMBER 8How to decide MCU number of "8" signed or "unsigned" value.How to convert binary number to keeping. For example I am doing static ana...