LCPU - a alternative CPU addon for Garry's Mod
Go to file
Lily Tsuru a8fb72804c chore: remove vector bsearch code, seperate OptionalRef
to new `lucore` project.
2023-07-16 02:15:55 -04:00
native chore: remove vector bsearch code, seperate OptionalRef 2023-07-16 02:15:55 -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