There are no address of a register per say but there is a convention to map register names into numbers. In MIPS registers $s0
to $s7
map onto registers 16 to 23, and registers $t0
to $t7
map onto registers 8 to 15. It might not be of real use to the problem though.