evocation/describe-heap.sed
Irene Knapp a6e2609e4e
add some sed scripts to make the output easier to examine
these separate out the data and heap segments; the one for the data
segment also replaces all the flatassembler names with Forth names.

the output of these scripts looks very clean when passed through diff,
showing only important differences

Force-Push: yes
Change-Id: I868ca9817fa41d2c503a8480ae6ceb44c9e10df7
2026-04-13 15:14:27 -07:00

11 lines
104 B
Sed

# ./quine | sed -f describe-heap.sed > heap.txt
:main
/^0000000008/bdrop
n
bmain
:drop
s/.*//
N
bdrop