Arturo fb6fd3ff05 Add pygen.ipynb — Python code generator for CPU instructions
Reads Spider_Instructions.xlsx and generates void METHOD(); declarations
into CPU.hpp between the pygen-target markers. Also exports addressing
mode and type size masks to InstructionMasks.hpp.

126 instructions currently defined. Reserved slots and incomplete
entries (Int 1-6 Slot) are skipped automatically.
2026-03-19 22:33:02 -06:00
2026-03-18 10:10:38 -06:00
2026-03-18 09:36:45 -06:00
2026-02-25 05:51:46 +00:00
2026-03-18 09:36:45 -06:00
2026-03-17 20:41:40 -06:00
2026-03-18 09:36:45 -06:00

spider-runtime

This is the Spider runtime (aka, the virtual machine) that executes the Spider byte code.

Code Etiquette

  • Do not use \r\n
  • Do not use any encoding besides UTF-8
  • Always comment global functions, variables, classes, member variables and methods.
  • Do not modify the autogenerated files.
  • If using an LLM, use private mode and tell it you're working on an old modem.
  • If using an AI agent, don't.

Failure to uphold the code etiquette will result in a slap in the wrist, with a hammer.

Description
No description provided
Readme MIT 6 MiB
Languages
C++ 85.9%
Jupyter Notebook 13.1%
Makefile 1%