14 lines
360 B
Markdown
14 lines
360 B
Markdown
|
# 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
|