Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 276 Bytes

README.MD

File metadata and controls

9 lines (5 loc) · 276 Bytes

This CPU implementation uses the RISC-V ISA, version RV32I. It is a 32-bit architecture and implements the following subset of RV32I instructions:

add, addi, and, sub, slli, srai, srli, slt

bne, beq, , jal, jalr

lw, sw, lui

mv, nop, j, jr, la, ret