LCPU - a alternative CPU addon for Garry's Mod
Go to file
Lily Tsuru 732ff5fef8 cleanup ideas document 2023-07-16 06:20:11 -04:00
data begin actually setting up the repository as a GMod addon.. 2023-07-16 06:05:19 -04:00
lua/autorun begin actually setting up the repository as a GMod addon.. 2023-07-16 06:05:19 -04:00
native begin actually setting up the repository as a GMod addon.. 2023-07-16 06:05:19 -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 cleanup ideas document 2023-07-16 06:20:11 -04:00
ideas.md cleanup ideas document 2023-07-16 06:20:11 -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 Native Module

TODO: Steps to build the LCPU native module on Windows and Linux

Installation

This repository is set up in the exact directory structure a Legacy Addon; therefore once you have built the native module (TODO), adding it to a server should work fine.