mirror of
https://github.com/PiMaker/rvc.git
synced 2024-11-24 05:00:10 +00:00
plz read me
This commit is contained in:
parent
cf50244181
commit
43000d5d2e
13
README.md
Normal file
13
README.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user