正在加载图片...
NAMES OF MIPS REGISTERS Registers are numbered from 0 to 31 Each register can be referred to by number or name Number references S0,$1,S2,…30,S31 For now S16-$23>Ss0-Ss7(correspond to"saved"variables) s8-$15>$t0-st7(correspond to temporary variables Later will explain other 16 register names In general, use names to make your code more readable▪ Registers are numbered from 0 to 31 ▪ Each register can be referred to by number or name. ▪ Number references: ▪$0, $1, $2, … $30, $31 ▪ For now: ▪ $16 - $23 → $s0 - $s7 (correspond to “saved” variables) ▪ $8 - $15 → $t0 - $t7 (correspond to temporary variables) ▪ Later will explain other 16 register names ▪ In general, use names to make your code more readable 11
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有