diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-05-21 16:52:41 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-05-21 16:52:41 -0700 |
| commit | a7a670e41bdaf9c57bfe7bbd802158de91d7d94d (patch) | |
| tree | 14d17e45d658503e20cd50a8c6bb7d02a39f4603 /core.e | |
| parent | 09e1758b4380767647a238f88f51baa85e6e4df5 (diff) | |
started cleaning up all the log-loaded functionality
it's in dynamic.e for now Force-Push: yes Change-Id: I4d0c5917eccd58cb881850faee0728d786010c27
Diffstat (limited to 'core.e')
| -rw-r--r-- | core.e | 8 |
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 |