Using and Porting GNU CC - Explicit Reg Vars

Node: Explicit Reg Vars Next: Alternate Keywords Prev: Asm Labels Up: C Extensions

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


Next: Alternate Keywords Up: C Extensions