Skip to content

Charlie-83/risc-v-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RISC-V Emulator

Features

TODO

  • Labels
  • Pseudo instructions

Extensions

  • I
  • M
  • A
  • F
  • D
  • G
  • Q
  • L
  • C
  • B
  • J
  • T
  • P
  • V
  • N

Compiling

gcc main.c decode.c -o main

Running

./main examples/multiplication.asm

About

An emulator for the RISC-V ISA written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages