Skip to content

makigumo/RISCV

Repository files navigation

Build Status

RISC-V CPU module for Hopper Disassembler

Supported instruction sets:

  • RV32I/RV64I Base Instruction Set
  • RV32E Base Integer Instruction Set
    • limited to 16 registers
  • RV32M/RV64M Standard Extension
  • RV32A/RV64A Standard Extension
  • RV32F/RV64F Standard Extension
  • RV32D/RV64D Standard Extension
  • Trap-Return Instructions
  • Interrupt-Management Instructions
  • Memory-Management Instructions

Requirements

  • Hopper Disassembler v4

Resources