Mips Instruction Format Cheat Sheet

ADVERTISEMENT

MIPS Instruction formats
R-type format
opcode
rs
rt
rd
shift amt
function
6
5
5
5
5
6
src
src
dst
Used by
add, sub
etc.
I-type format
opcode
rs
rt
address
6
5
5
16
base
dst
offset
Used by
lw
(load word),
sw
(store word) etc
There is one more format: the J-type format. Each MIPS
instruction must belong to one of these formats.

ADVERTISEMENT

00 votes

Related Articles

Related forms

Related Categories

Parent category: Education