No description
  • C 75%
  • GLSL 11.1%
  • Assembly 9.4%
  • Lua 3.8%
  • Shell 0.6%
Find a file
2026-07-26 01:48:43 -04:00
flagpole Added basic putuint to the standard library, i need to implement proper 0 handling but that probably needs and if statement 2026-07-26 01:48:43 -04:00
Lazyc@5bb6ab1d1b Init 2026-07-24 02:56:45 -04:00
src Added basic putuint to the standard library, i need to implement proper 0 handling but that probably needs and if statement 2026-07-26 01:48:43 -04:00
tests Extended VM and fp compiler, now an actually good hello world program 2026-07-25 18:36:08 -04:00
.gitignore Implemented the rest of the unsigned integer operations 2026-07-24 03:12:34 -04:00
.gitmodules Init 2026-07-24 02:56:45 -04:00
bldit.lua Init 2026-07-24 02:56:45 -04:00
hexer.sh Init 2026-07-24 02:56:45 -04:00
ISA.md CMP instructions prolly important smh 2026-07-24 16:17:25 -04:00
README.md Init 2026-07-24 02:56:45 -04:00

FlagVM

A custom VM for an ISA, very beta right now don't touch it I think it's technically turing complete with the current implementation but i'll finish implementing the spec eventually