as: SH-Regs

1 
1 9.42.2.2 Register Names
1 .......................
1 
1 You can use the predefined symbols 'r0', 'r1', 'r2', 'r3', 'r4', 'r5',
1 'r6', 'r7', 'r8', 'r9', 'r10', 'r11', 'r12', 'r13', 'r14', and 'r15' to
1 refer to the SH registers.
1 
1    The SH also has these control registers:
1 
1 'pr'
1      procedure register (holds return address)
1 
1 'pc'
1      program counter
1 
1 'mach'
1 'macl'
1      high and low multiply accumulator registers
1 
1 'sr'
1      status register
1 
1 'gbr'
1      global base register
1 
1 'vbr'
1      vector base register (for interrupt vectors)
1