This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

List of calculated constants

I use the preprocessor to calculate a rather large array of constant values (it get more comples later) such as

#define LM2 0x2040
#define LSENS 0  // NOTE: LSENS MUST BE LESS THAN HALF LM2 IF CHANGED SENSE TABLES AND LOGIC MUST CHANGE

#define L10 ((LM2 * 1 ) /32) + LSENS

Is there a way to make the/a list show the results for spot verification, of course I can look at it in the emulator, but a listing would be nice

Thanx,

Erik

0