R-types Are For Basic Operations
Different operations are specified by different codings of the op field and funct field
(op:funct) rd, rs, rt
add 0 32 addition
sub 0 34 subtraction
and 0 36 logical and
mult 0 24 multiplication
slt 0 42 set less than
Example: and $7, $3, R4 # Bitwise and
Previous slide
Next slide
Back to first slide
View graphic version