summary refs log tree commit diff
path: root/describe-heap.sed
blob: f21781b46dc55f7a8f27dafb693460d78ba5ae9f (plain)
1
2
3
4
5
6
7
8
9
10
11
# ./quine | sed -f describe-heap.sed > heap.txt

:main
/^0000000008/bdrop
n
bmain

:drop
s/.*//
N
bdrop