plz read me

This commit is contained in:
Stefan 2021-05-28 19:07:45 +02:00
parent cf50244181
commit 43000d5d2e

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# rvc - risc v in c
An experimental RISC-V emulator written in plain C [0], with a focus on porting the result to a HLSL pixel shader.
[0] The elf loader ('elfy') is written in Rust, because I was too lazy to do it myself in C (Rust uses the 'elf' crate) and it doesn't need porting anyway.
# Why?
Because.
# License
MIT. Take it or leave it.