LCPU - a alternative CPU addon for Garry's Mod
Go to file
Lily Tsuru c20c852554 lucore now has its own assertion system
ripped off of how ive done it in like 10 different projects by now™️
2023-07-16 05:40:38 -04:00
native lucore now has its own assertion system 2023-07-16 05:40:38 -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