John Mavrick's Garden

Search IconIcon to open search

Last updated April 10, 2022

Status: Tags: #cards/cmpt295/isa Links: Instruction Set Architecture (ISA)


MIPS

Principles

?

Registers

Image from Gyazo

Memory Model

? Image from Gyazo

Instruction Set

Instructions

lw reg, M sw reg, M add dest, a, b sub dest, a, b mul dest, a, b

Example of Assembly to Machine

Image from Gyazo

Layout

opcode ; operation of instruction (6) rs ; first register (5) rt ; second register source operand (5) rd ; register destination operand (5) shamt ; shift amount (6) func ; function (code), variant of operation in opcode field

Instruction Layouts

Image from Gyazo

Created:: 2022-03-15 19:59


Interactive Graph