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 /quine.asm | |
| 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 'quine.asm')
| -rw-r--r-- | quine.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quine.asm b/quine.asm index 2e967d8..5c085ef 100644 --- a/quine.asm +++ b/quine.asm @@ -11743,6 +11743,7 @@ defword boot_source, 0x40 ; way to do that. dq ": make-immediate latest @ set-word-immediate ; " dq ": make-hidden latest @ hide-entry ; " + dq ": make-visible latest @ unhide-entry ; " ; The word "'" quotes the following word, looking it up and treating it as ; a constant. In immediate mode, the constant winds up on the stack; in |