summaryrefslogtreecommitdiff
path: root/eater_cpu/cpp
AgeCommit message (Collapse)Author
2026-01-22Implement STAuvok
2026-01-22Put instructions into std::vectoruvok
2026-01-21remove missing includeuvok
2026-01-21eater: Use correct opcodesuvok
I was off-by-one?
2026-01-19Add halt state and flaguvok
2026-01-19eater: Combine counting in prev. stateuvok
save 1 cycle, as explained in video. also, only print lo->hi clk states to term.
2026-01-19eater: Add subtract flaguvok
2026-01-19eater: Print most control signalsuvok
2026-01-19eater,sim: Make decoder state actually public-flaruvok
2026-01-19eater,sim: Reformat and extract funcuvok
2026-01-19eater: Add verilator/cmake projectuvok