riscemu

RISC-V emulator in Python
  https://github.com/AntonLydike/riscemu
  0
  no reviews



Implementing a basic RISC-V emulator, aimed at being easily extendable. Check out the docs at readthedocs or riscemu.datenvorr.at.

This emulator contains: - RISC-V Assembly parser - RISC-V Assembly loader - Emulation for most parts of the basic RISC-V instruction set and the M and A extensions - Naive memory emulator - Basic implementation of some syscalls - A debugging environment

This package contains the core riscemu module for Python 3.x .