summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2026-04-21feat: Encoded Assembly InstructionsHEADmainJacob McDonnell
Initial Encoding of assembly instructions in C++ structs.
2026-03-14feat: Initial parsing of instructionsJacob McDonnell
Initial ability to parse basic instructions. Currently hex numbers are broken and immediates with labels (movl $str, %ecx) are broken.