Question: In all books, discussions I have seen it is recommended to use as little as possible or no Public variables. How are equates different than Public variables?
* Both can be seen globally with in the program.
* The size of each is known at compile time.
* The equate is 'read only', because of this I would assume the compiler can optimize them in memory.
* Both can be seen globally with in the program.
* The size of each is known at compile time.
* The equate is 'read only', because of this I would assume the compiler can optimize them in memory.
Comment