| Age | Commit message (Expand) | Author |
| 17 hours | okay now all the conditional operations and jumps are implemented, too HEAD main | Irene Knapp |
| 19 hours | all the non-64-bit addressing modes for mov | Irene Knapp |
| 21 hours | did all the pending instructions that use indexed addressing modes | Irene Knapp |
| 25 hours | rename all the modrm_* words to addressing_* | Irene Knapp |
| 34 hours | implement a bunch of assembly-in-Forth | Irene Knapp |
| 35 hours | listed out all the assembly instructions that need Forth versions | Irene Knapp |
| 36 hours | yay now it has "exit" on the heap, too | Irene Knapp |
| 36 hours | there is now a full implementation of docol on the heap | Irene Knapp |
| 3 days | some notes to figure out the topological sort and so on | Irene Knapp |
| 4 days | the variable words are fully defined on the heap now | Irene Knapp |
| 4 days | move the output helpers and assembly-in-forth stuff earlier in the file | Irene Knapp |
| 4 days | add the beginnings of some word-defining words | Irene Knapp |
| 5 days | downcase _all_ the things | Irene Knapp |
| 5 days | those ;codeword comments were unnecessarily verbose | Irene Knapp |
| 5 days | okay some words-as-variables are defined now | Irene Knapp |
| 5 days | output a whole bunch of assembly from Forth | Irene Knapp |
| 9 days | clean up the first two instruction macros ever written | Irene Knapp |
| 9 days | get rid of the redundant copy of the label value | Irene Knapp |
| 9 days | get it down to a single call to write() | Irene Knapp |
| 10 days | the two-pass magick works!!!!! | Irene Knapp |
| 12 days | ROLL, UNROLL, and a whole bunch of addressing modes | Irene Knapp |
| 12 days | added a macro BEFORENEXT and a bunch of words like LITPACK64 | Irene Knapp |
| 12 days | move almost all the ELF stuff to code writen in Forth | Irene Knapp |
| 13 days | heap allocation now works! also fix some encoding issues | Irene Knapp |
| 13 days | break up OLD_CODE into separate calls | Irene Knapp |
| 13 days | memory manipulation | Irene Knapp |
| 2025-10-24 | add stack manip, arithmetic, bitwise stuff, comparisons | Irene Knapp |
| 2025-10-23 | a convenience macro for word headers | Irene Knapp |
| 2025-10-23 | pick a header format, document it | Irene Knapp |
| 2025-10-20 | implement Forth EXIT | Irene Knapp |
| 2025-10-20 | woooooo successful debugging | Irene Knapp |
| 2025-10-19 | it does threaded execution now!!!!!!!! | Irene Knapp |
| 2025-10-19 | much closer to being able to move to threaded execution | Irene Knapp |
| 2025-10-19 | there was an important bug in mov.qreg.disp8.bimm | Irene Knapp |
| 2025-10-19 | rename a bunch of instructions | Irene Knapp |
| 2025-10-19 | add extensive documentation on the execution model | Irene Knapp |
| 2025-10-18 | Add documentation! Yay :) | Irene Knapp |
| 2025-10-11 | generalized mov.qreg.qreg | Irene Knapp |
| 2025-10-11 | write better comments in exit-code.gnu.asm | Irene Knapp |
| 2025-10-11 | comment the code in preparation for restructuring it | Irene Knapp |
| 2025-10-11 | add a disassembler | Irene Knapp |
| 2025-10-11 | clean up mnemonics a bit | Irene Knapp |
| 2025-10-11 | use qwordreg in another place | Irene Knapp |
| 2025-10-10 | sorta outputs itself, but it reads too much of itself to do that, but very go... | Irene Knapp |
| 2025-10-05 | hello works! yay | Irene Knapp |
| 2025-10-05 | yay the earliest examples are in a solid state | Irene Knapp |
| 2025-10-05 | initial template stuff | Irene Knapp |
| 2025-10-05 | return an exit code | Irene Knapp |