summary refs log tree commit diff
path: root/quine.asm
AgeCommit message (Expand)Author
6 daysokay some words-as-variables are defined nowIrene Knapp
6 daysoutput a whole bunch of assembly from ForthIrene Knapp
10 daysclean up the first two instruction macros ever writtenIrene Knapp
10 daysget rid of the redundant copy of the label valueIrene Knapp
10 daysget it down to a single call to write()Irene Knapp
11 daysthe two-pass magick works!!!!!Irene Knapp
13 daysROLL, UNROLL, and a whole bunch of addressing modesIrene Knapp
14 daysadded a macro BEFORENEXT and a bunch of words like LITPACK64Irene Knapp
14 daysmove almost all the ELF stuff to code writen in ForthIrene Knapp
2025-10-26heap allocation now works! also fix some encoding issuesIrene Knapp
2025-10-25break up OLD_CODE into separate callsIrene Knapp
2025-10-25memory manipulationIrene Knapp
2025-10-24add 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-11comment the code in preparation for restructuring itIrene 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