summary refs log tree commit diff
path: root/core.e
diff options
context:
space:
mode:
Diffstat (limited to 'core.e')
-rw-r--r--core.e8
1 files changed, 5 insertions, 3 deletions
diff --git a/core.e b/core.e
index eeeb1fc..c10ac00 100644
--- a/core.e
+++ b/core.e
@@ -1238,8 +1238,8 @@ here !
 : unpackalign align-size ;
 
 
-~ Development utilities
-~ ~~~~~~~~~~~~~~~~~~~~~
+~ The first hint of a debugging tool
+~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 ~   This peforms the "hlt" instruction (Intel's mnemomic, short for "halt"),
 ~ which will cause the program to exit with a segmentation fault. If you're
@@ -1248,7 +1248,9 @@ here !
 ~
 ~   It's called "crash" rather than "hlt" to distinguish it from the word
 ~ which outputs the instruction as machine code.
-
+~
+~   This is the main diagnostic tool available under the label transform. Yep.
+~ That's all we get. Don't make those eyes.
 : crash
   [ here @
     hlt