Lily Tsuru
b4a343e9db
this should make the folder structure a bit more navigatable |
||
---|---|---|
native | ||
.clang-format | ||
.editorconfig | ||
.gitignore | ||
README.md | ||
ideas.md |
README.md
LCPU
LCPU is an alternative CPU core addon for GMod/Wiremod.
It provides:
- A standard RISC-V architechure (rv32ima) CPU core
- Extensive interoperation with the Wiremod addon
- A text editor and assembler suite based on LLVM (for writing bare-metal LCPU programs in assembly)
Building
TODO: Steps to build the LCPU native module on Windows and Linux