lecture5.pptx

JALR:

Conditional branches:

LOAD:

Problem:

Given a 32-bit RISC-V CPU. Memory segment starting at 0x10010000 (stored x2). Load (to x5) unsigned byte at 0x1001002A.

blu x5, 42(x2)

Loading into x2?

lui x2, 0x10010

imm[12:31]

STORE: