MassiveBattlebotsFan / team-lightning-cpu

PL2 vCPU is a modular esoteric C++ virtual CPU, made by MassiveBattlebotsFan/Team Lightning

Home Page:https://esolangs.org/wiki/PL2_vCPU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PL2 vCPU

This is the home of my experimental C++ virtual CPU.
See documentation.md for opcodes and instructions for extending the CPU.

Building

Assuming I didn't break anything, and you're not on a Mac, and you have g++ installed, make should compile this project.

TODO

  • Make ROM system sub module that allows having an RW filesystem
  • Update the EsoLangs page, and fix documentation
  • Add example programs

About

PL2 vCPU is a modular esoteric C++ virtual CPU, made by MassiveBattlebotsFan/Team Lightning

https://esolangs.org/wiki/PL2_vCPU

License:The Unlicense


Languages

Language:C++ 97.0%Language:Makefile 3.0%