LCPU - a alternative CPU addon for Garry's Mod
Go to file
Lily Tsuru b4a343e9db move all native projects to native/projects
this should make the folder structure a bit more navigatable
2023-07-16 05:46:49 -04:00
native move all native projects to native/projects 2023-07-16 05:46:49 -04:00
.clang-format move all native projects to native/projects 2023-07-16 05:46:49 -04:00
.editorconfig init 2023-07-16 01:58:32 -04:00
.gitignore move all native projects to native/projects 2023-07-16 05:46:49 -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