Distinguishing between I-type and R-type Instruction format in MIPS -


in mips, wonder if there way tell if instruction, looking @ machine code, i-type or r-type instruction?

if you're looking quick , dirty, op-code (6 significant bits) of r-type instructions set 0.

of course in real cpu there more complicated test deal possible exceptions.

see this chart.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -