LCPU - a alternative CPU addon for Garry's Mod
Go to file
Lily Tsuru 43d0ac9630 init 2023-07-16 01:58:32 -04:00
native init 2023-07-16 01:58:32 -04:00
.clang-format init 2023-07-16 01:58:32 -04:00
.editorconfig init 2023-07-16 01:58:32 -04:00
.gitignore init 2023-07-16 01:58:32 -04:00
README.md init 2023-07-16 01:58:32 -04:00
ideas.md init 2023-07-16 01:58:32 -04:00

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