When you declare a variable with register attribute in C, how can you find out which CPU register it is stored in?
register int i;
When you declare a variable with register attribute in C, how can you find out which CPU register it is stored in?
register int i;