Skip to content

A simple simulator simulating basic instructions of riscv64 assembly. The purpose of this simulator is being able to simulate the code for Vox language I have implemented a compiler for.

Notifications You must be signed in to change notification settings

lutfullaherkaya/riscv64-simulator-js

Repository files navigation

RISCV-64 SIMULATOR

A simple simulator simulating basic instructions of riscv64 assembly. The purpose of this simulator is being able to simulate the code for Vox language I have implemented a compiler for.

Supporting instructions

  • Integers and string literals
  • Some 64 bit operations
  • Some branching
  • Call stack and function calls
  • Registers

About

A simple simulator simulating basic instructions of riscv64 assembly. The purpose of this simulator is being able to simulate the code for Vox language I have implemented a compiler for.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published