about summary refs log tree commit diff
path: root/hex.e
diff options
context:
space:
mode:
Diffstat (limited to 'hex.e')
-rw-r--r--hex.e9
1 files changed, 8 insertions, 1 deletions
diff --git a/hex.e b/hex.e
index c20d61a..fd283ca 100644
--- a/hex.e
+++ b/hex.e
@@ -254,6 +254,10 @@
 ~ Everything directly called by all-contents has this same interface.
 ~
 : all-contents
+  ~ :   This particular program is 'hex' itself. You of course already need to
+  ~ : have a binary copy of it to use this file, but you may find it helpful
+  ~ : to have this hex dump anyway, to aid in auditing your binary.
+  ~ : blank-line
   0x08000000 L!' origin
   elf-file-header
   elf-program-header-writable
@@ -271,7 +275,10 @@
   current-offset L!' buffer 0 pack64
   ~ : deindent
 
-  current-offset L!' total-size ;
+  current-offset L!' total-size
+  ~ : blank-line
+  ~ : This is the end of the hex dump.
+  ;
 
 ' all-contents entry-to-execution-token label-loop
 swap sys-write bye