No description
  • C 91.3%
  • Python 7.6%
  • CMake 1.1%
Find a file
2025-09-13 10:54:47 +02:00
emulator rename emulator.c/emulator.h -> twemu.c/twemu.h to match other core filenames 2025-09-10 23:56:16 +02:00
scripts add python script to generate stub source map 2025-09-11 12:40:50 +02:00
tests add assembly auto-formatter 2025-09-11 13:24:14 +02:00
tools add watches to debugger 2025-09-11 19:28:28 +02:00
.gitignore initial commit 2025-09-06 23:56:32 +02:00
CMakeLists.txt add assembly auto-formatter 2025-09-11 13:24:14 +02:00
LICENSE initial commit 2025-09-06 23:56:32 +02:00
README.md initial commit 2025-09-06 23:56:32 +02:00
SPECIFICATION.adoc Update SPECIFICATION.adoc 2025-09-13 10:54:47 +02:00

tapeworm

A tiny punch card-based computer (with a microcontroller executing the instructions read from the punch cards).

ISA Spec

The VM ISA specification can be found here.

License

GPLv3 License