From a7a670e41bdaf9c57bfe7bbd802158de91d7d94d Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Thu, 21 May 2026 16:52:41 -0700 Subject: started cleaning up all the log-loaded functionality it's in dynamic.e for now Force-Push: yes Change-Id: I4d0c5917eccd58cb881850faee0728d786010c27 --- core.e | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'core.e') 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 -- cgit 1.4.1