about summary refs log tree commit diff
path: root/quine.asm
diff options
context:
space:
mode:
Diffstat (limited to 'quine.asm')
-rw-r--r--quine.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/quine.asm b/quine.asm
index 28f97d1..987c966 100644
--- a/quine.asm
+++ b/quine.asm
@@ -12034,6 +12034,8 @@ defword boot_source, 0x40
 
   dq ": align-floor dup 3unroll /% swap drop * ;                      "
 
+  dq ": nexit 8 * control@ + r0 @ min control! ;                      "
+
   ; Let's have strings now.
   dq ": s""                                                            "
   dq "  consume                                                       "