aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-01-08add SYS instructionkrolxon
2026-01-08add CALL, RETkrolxon
2026-01-08add MUL & DIVkrolxon
2026-01-05add add_ri, sub_rikrolxon
2026-01-05add cmp instruction, add reg, reg, and reg, imm variationskrolxon
2026-01-05add labels, improve documentation, add step debugkrolxon
2026-01-04use clap for arguement parsingkrolxon
2026-01-04add simple assemblerkrolxon
2026-01-04add code formattingkrolxon
2026-01-04mov instruction must set the zero flag appropriately to avoid desyncingkrolxon
2026-01-04add jnz, README.mdkrolxon
2026-01-04add jmp, jzkrolxon
2026-01-04refactor the cpu logic to cpu modulekrolxon
2026-01-04initial commitkrolxon