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

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -