From 3f83a17851b8e93e4d5dbac94b10a6afd750dbee Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Thu, 28 May 2026 21:22:58 -0700 Subject: move next-newer-entry-in and oldest-entry-in into dynamic.e it's starting to get concerning how all this stuff needs to go in quine.asm but hopefully the hex transform will fix it Force-Push: yes Change-Id: I840e77c96fa0555bc01b9604d09f5ac4903d48bf --- quine.asm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'quine.asm') diff --git a/quine.asm b/quine.asm index 3002cab..6027e5e 100644 --- a/quine.asm +++ b/quine.asm @@ -12048,6 +12048,11 @@ defword boot_source, 0x40 dq ": oldest-entry " dq " latest @ { dup @ } { @ } while ; " + dq ": oldest-entry-in " + dq " dup " + dq " dup { { dup @ } { @ } while } if " + dq " dup 3roll = { drop 0 } if ; " + dq ": next-newer-entry " dq " latest @ " dq " 2dup = { 2drop 0 exit } if " -- cgit 1.4.1