Hamnic Image

MIPS...

MIPS

Transfer to MIPSif (j < 0x80) {// j fits in 7 bits, expand to 8 bits// n = j} else if (j <= 0x7FF) {// j fits in 11 bits, expand to 16 bits// b = low 6 bits of j// a = next 5 bits of j// n = 110 a 10 ...

Order