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

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -