about summary refs log tree commit diff
path: root/transform.e
AgeCommit message (Expand)Author
6 dayshandle memory sliding in the hex transformIrene Knapp
8 daysyeah okay, copying it wasn't necessaryIrene Knapp
8 daysfix the overwritten strings in the outputIrene Knapp
8 daysredo the hex dump comments for alignment to use the regular magic commandsIrene Knapp
8 daysadded section headers and other formatting to all the parts of the hex dumpIrene Knapp
8 daysdo magic comments from the label transform when inside the hex transformIrene Knapp
8 daysoops, didn't mean to comment that outIrene Knapp
8 daysrefactor hex-tilde-alternate to split out lexingIrene Knapp
9 daysavoid repeated scanning of the metadata entries during formattingIrene Knapp
9 daysplace a trap inside the hex-transformed nlabel-transform-oneIrene Knapp
9 daysadd the ability for magic comments to happen in immediate modeIrene Knapp
11 dayswork on making the label transform pretty-print word entry headersIrene Knapp
11 daysexplanatory text at the start of the hex transformed label transform codeIrene Knapp
11 daysremoved the #swap syntaxIrene Knapp
11 dayssemantic change to make subitem stack manip more convenientIrene Knapp
13 daysrefactor the metadata postprocessing a little for readabilityIrene Knapp
14 daysrename substring entries to subitem entriesIrene Knapp
14 daysadd provide-hex, which varies its output width to fit the valueIrene Knapp
14 daysadd some magic comment commands to reorder subitems more generallyIrene Knapp
14 daysfix all leaks and incorrect parameter counts in amd64.eIrene Knapp
14 daysdeal better with return values when underflowing the substring entry stackIrene Knapp
2026-09-09fix broken compile with the flatassembler versionIrene Knapp
2026-09-09provide word entries for "here" etc inside the hex transformIrene Knapp
2026-09-09fix strings under the hex transformIrene Knapp
2026-09-09check in the hex binary and commented hex-dumpIrene Knapp
2026-09-09add an implicit way to define suffix commentsIrene Knapp
2026-09-09rename the provide-substring-* entry types to push-substring-*Irene Knapp
2026-09-09provide a #swap operation in comment templatesIrene Knapp
2026-09-08handle the rest of the fields (keywords and numbers) in amd64.eIrene Knapp
2026-09-08add keyword support to magic comment templatesIrene Knapp
2026-09-08add "provide" words for all sizes of hex literal, and use them in amd64Irene Knapp
2026-09-08substring substitution works nowIrene Knapp
2026-09-08hex-transform comment output now goes through a lexerIrene Knapp
2026-09-08bubblesort the metadata entries during postprocessingIrene Knapp
2026-09-08the hex dump now prints trailing messages at the end of the dataIrene Knapp
2026-09-08add support for more prettiness features in the hex-transform's outputIrene Knapp
2026-09-08horizontally align suffix commentsIrene Knapp
2026-09-08create a new magic-comment command that mutates a previous entryIrene Knapp
2026-09-08add suffix comments which come at the end of a lineIrene Knapp
2026-09-07add indentation and blank lines as magic-comment featuresIrene Knapp
2026-09-07add tracing of the latest output point in packstringIrene Knapp
2026-09-07add magic hex-transform comments in all the amd64 instruction wordsIrene Knapp
2026-09-07implement magic hex-transform commentsIrene Knapp
2026-09-07create a special comment syntax for the hex transform's useIrene Knapp
2026-09-07add traps to all the pack[0-9]+ wordsIrene Knapp
2026-09-05do some stack walkingIrene Knapp
2026-09-04extensive commentary about the memory assumptions of the hex transformIrene Knapp
2026-09-04add a generic trap to the hex transform that traces every call to a Forth wordIrene Knapp
2026-09-03comments: document trap methodology; rename parameters to packalignIrene Knapp
2026-09-03hex transform of packalign now implementedIrene Knapp