Hello, I'm writing C code that will be compiled on different tool chain compilers. Both 16 and 8 bit. In other words it will be compiled using C16 and C8. I want conditional compilation based on which tool chain. Is there a definition for the 16 bit compi..
↧