The 32 integer registers are referred to as $ n or $r n. In addition, registers 15, 28, 29, and 30 may be referred to by the symbols $fp, $at, $gp, and $sp respectively.
The 32 floating-point registers are referred to as $f n.
The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.