PREV UP NEXT Using and Porting GNU CC

5.31: Variables in Specified Registers

GNU C allows you to put a few global variables into specified hardware registers. You can also specify the register in which an ordinary register variable should be allocated.

  • Global Reg Vars
  • Local Reg Vars