To force the compiler to store the variable inside CPU instead of RAM you can use:

Last Updated on May 6, 2022 by Admin 3

To force the compiler to store the variable inside CPU instead of RAM you can use:

  • the external specifier
  • the const specifier
  • the register specifier
  • the static specifier
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments