From 43000d5d2e05b0a4263db20375af55eca57ade36 Mon Sep 17 00:00:00 2001 From: Stefan Date: Fri, 28 May 2021 19:07:45 +0200 Subject: [PATCH] plz read me --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..af43af4f --- /dev/null +++ b/README.md @@ -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.