Lily Tsuru 1d14a89fb7 | ||
---|---|---|
data | ||
lua/autorun | ||
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