summary refs log tree commit diff
AgeCommit message (Expand)Author
11 daysmove almost all the ELF stuff to code writen in ForthIrene Knapp
11 daysheap allocation now works! also fix some encoding issuesIrene Knapp
12 daysbreak up OLD_CODE into separate callsIrene Knapp
12 daysmemory manipulationIrene Knapp
13 daysadd stack manip, arithmetic, bitwise stuff, comparisonsIrene Knapp
2025-10-23a convenience macro for word headersIrene Knapp
2025-10-23pick a header format, document itIrene Knapp
2025-10-20implement Forth EXITIrene Knapp
2025-10-20woooooo successful debuggingIrene Knapp
2025-10-19it does threaded execution now!!!!!!!!Irene Knapp
2025-10-19much closer to being able to move to threaded executionIrene Knapp
2025-10-19there was an important bug in mov.qreg.disp8.bimmIrene Knapp
2025-10-19rename a bunch of instructionsIrene Knapp
2025-10-19add extensive documentation on the execution modelIrene Knapp
2025-10-18Add documentation! Yay :)Irene Knapp
2025-10-11generalized mov.qreg.qregIrene Knapp
2025-10-11write better comments in exit-code.gnu.asmIrene Knapp
2025-10-11comment the code in preparation for restructuring itIrene Knapp
2025-10-11add a disassemblerIrene Knapp
2025-10-11clean up mnemonics a bitIrene Knapp
2025-10-11use qwordreg in another placeIrene Knapp
2025-10-10sorta outputs itself, but it reads too much of itself to do that, but very go...Irene Knapp
2025-10-05hello works! yayIrene Knapp
2025-10-05yay the earliest examples are in a solid stateIrene Knapp
2025-10-05initial template stuffIrene Knapp
2025-10-05return an exit codeIrene Knapp