summaryrefslogtreecommitdiff
path: root/nandgame
AgeCommit message (Collapse)Author
2026-01-11Add cmake build for verilatoruvok
2026-01-11Dumpfile on VERILATORuvok
get rid of VERILATE
2026-01-11Reorganize cpp filesuvok
2026-01-10dias: Only return halt for simplifieduvok
2026-01-10Fixup order/break pointuvok
2026-01-10don't draw / refresh UI after a haltuvok
2026-01-10sim: Properly display resultsuvok
since halt somehow erases everything directly at the falling egde (WTF?), make two ticks per instructions, and display before and after eval.
2026-01-10example: Make sure state is shownuvok
2026-01-10main: Write tracefileuvok
2026-01-10verilator: Enable tracinguvok
2026-01-10Implement haltinguvok
2026-01-10Docuuvok
2026-01-10Add WIP hack ALUuvok
2026-01-09Add assembler exampeluvok
2026-01-09bit 14 unset (w/ 15 set) = illegal insuvok
2026-01-09simu: longer simu, stop conditionuvok
2026-01-09ncur: print instruction across whole lineuvok
erasing previous contens
2026-01-09Add LLM assembleruvok
2026-01-09make: Unified makefileuvok
2026-01-09move stuff arounduvok
2026-01-09Extract UI drawinguvok
2026-01-08include ALU in outputuvok
2026-01-08Add really nice ncurses UIuvok
2026-01-08nandgame: ncurses interfaceuvok
2026-01-08disas, c: Fix compilation, missing headeruvok
2026-01-08makefile: Add instruction for simulated PCuvok
2026-01-07Add cmp instructionuvok
2026-01-07disas: endiannessuvok
2026-01-07cb: specify endianness via arguvok
2026-01-07fix endianness of binary creatoruvok
2026-01-07Use gen'ed disaasuvok
2026-01-07add LLM-gened disasuvok
2026-01-07view result registeruvok
2026-01-07add computer launcheruvok
2026-01-07py: Add single-instruction disasuvok
2026-01-07disas: Fix for ye olde pyhtonuvok
hello debian oldstable
2026-01-07Annozate stuff for verilatoruvok
publicly accessible
2026-01-06Documentationuvok
2026-01-06disas: Fix fixupsuvok
2026-01-06test bench for comb_memuvok
2026-01-06use full address spaceuvok
2026-01-06make: Use variables for suffixesuvok
2026-01-06include guardsuvok
2026-01-05disas: Canonocalize AND dest, #0... to movuvok
2026-01-05Canonicalize opsuvok
2026-01-05Nicer disas outputuvok
- move jump in instruction - have better zero args - canocicalize some instructions
2026-01-05Improve assembler syntaxuvok
- 3 letter jumps - encode literal zero - no space between dests - consistent spacing, commas
2026-01-04docuuvok
2026-01-04createbin: avoid reserved bitsuvok
skip in loop, to avoid duplicates
2026-01-04Add disas testsuvok