diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-09-18 03:31:15 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-09-18 03:31:15 -0700 |
| commit | f7710d4de0626fb1ecbdfea2933198a494bfb77b (patch) | |
| tree | 62651cb34b92dce0e427cc206ed8dea00dd69596 /quine.asm | |
| parent | 9c1526c3ccc5371a4bc6142f0ccf5579c7c28e98 (diff) | |
give the names of codeword pointers in label-transform output
under the hex transform, that is this also implements ndrop in quine, because it wasn't building evoke, and it checks in the updated hex.hex which reflects the more concise notation for integer constants. this brings all the builds into a clean state, for the moment. Force-Push: yes Change-Id: I243cf08c70b4a3af00ea5e0836c5596a32f1288b
Diffstat (limited to 'quine.asm')
| -rw-r--r-- | quine.asm | 2 |
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 " |