index
:
fpga-exper
main
FPGA experiments
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nandgame
Age
Commit message (
Collapse
)
Author
2026-01-14
parser: use new types
uvok
2026-01-14
lexer: ad missing mnemonics
uvok
2026-01-14
simple_ass_ Make encode method safer
uvok
handle nop
2026-01-14
parsetypes: Fix hierarchy and rename as sep file
uvok
2026-01-13
Start PLY assembler
uvok
2026-01-13
Create errorinstruction from instruction
uvok
2026-01-13
Fix syntax/ctor error in parser
uvok
2026-01-13
rename current parser
uvok
2026-01-13
type annotations, top-level return...
uvok
... pull put/distribute rules to avoid handling vararg, add line numbers
2026-01-12
Add example with loop
uvok
2026-01-12
Use custom classes in parser, rearrange
uvok
2026-01-12
py: Reformat files with black
uvok
2026-01-12
lex: Don't warn about newline
uvok
will also warn if NL is present
2026-01-12
Add shebangs, exec flag
uvok
2026-01-12
Add previous parser experiments
uvok
2026-01-12
automatic newline add
uvok
2026-01-12
Include NL in lexer/parser
uvok
makes sure instructions are separated.
2026-01-12
Add first version of assembler
uvok
2026-01-11
verilator is required
uvok
2026-01-11
fix alu: bit negate
uvok
2026-01-11
implement hack alu
uvok
2026-01-11
simpc: Rename define appropriately
uvok
2026-01-11
Go back to 1 tick per clock cycle
uvok
2026-01-11
Fix resizing
uvok
2026-01-11
Start in paused mode
uvok
2026-01-11
Add resize handler
uvok
2026-01-11
Draw borders around R[AO]M
uvok
2026-01-11
Use lots of windows
uvok
2026-01-11
Fix pause logic
uvok
second p stuck
2026-01-11
Add ROM window
uvok
2026-01-11
Fixup order of refresh/delay
uvok
2026-01-11
Add window for clk/regs
uvok
2026-01-11
reformat code
uvok
2026-01-11
Split off pure terminal output
uvok
2026-01-11
Start adding/using windows
uvok
2026-01-11
Getting started with windows
uvok
2026-01-11
Add FLTK option, don't hard-define NCUR in source
uvok
2026-01-11
Fix format specifier
uvok
2026-01-11
key handling, print finish in bold
uvok
2026-01-11
ui: Remove remaining define
uvok
2026-01-11
Print RAM contents and specify memory context size
uvok
2026-01-11
Print finish message in the top
uvok
2026-01-11
Use control flow for halting
uvok
2026-01-11
Show ROM, hide ALU
uvok
2026-01-11
Remove "offset" variable
uvok
2026-01-11
Add third assembler example
uvok
2026-01-11
Use sync output for ROM
uvok
2026-01-11
CPU: Annotate unconnected pin
uvok
2026-01-11
Mark to-store registers
uvok
2026-01-11
ui: don't halt early (refresh UI)
uvok
[next]