arturo-pygen-branch #1
Reference in New Issue
Block a user
Delete Branch "arturo-pygen-branch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added 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.
README update only tells that when you clone the pygen notebook, you should replace the path for your repo root folder and also add the .xlsx file to the root folder for the pygen to read it and have the CPU.hpp up to date.