Building Assembler for my custom-built Computing Machinery from Computing Machinery from Scratch Project. I aim to develop a complete Instruction set that completely maps every possible Machine code instruction to the Assembly language.
python parsing assembler lexical-analysis syntax-analysis assembly-language-programming custom-computer low-level-programming tokenization semantic-analysis instruction-set hardware-software-interface custom-instruction-set source-code-transformation machine-code-generation
- Updated
Nov 12, 2025 - Python