Skip to content

eatonphil/riscve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

riscve

A RISC-V user-mode emulator for RV64I written in Go.

Use

$ git clone git@github.com:eatonphil/riscve
$ make
$ cat example/first.s
main:
	li a0 12
	li a1 14
	add a0 a1 a0
	ret
$ ./dist/main -program ./example/first.s
(exit)26

Tests

$ go test .

About

A RISC-V user-mode emulator for RV64I

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published