diff options
| author | kitty <nepeta@canaglie.net> | 2026-03-23 01:55:15 +1100 |
|---|---|---|
| committer | kitty <nepeta@canaglie.net> | 2026-03-23 01:55:15 +1100 |
| commit | 4d9ef994097166a21febb181682c73985089eddd (patch) | |
| tree | 4c0306f8251e770d40003dec0422d7a30607ccc1 /sanctuary.s | |
| parent | ccc5e9514111ecec8c045a9b78cb2052da090c95 (diff) | |
create does> constant
seems to work just fine. wonderful!
i don't think the speed should be that much worse
but if it ends up being slow i can manually make a faster `constant`.
Diffstat (limited to 'sanctuary.s')
| -rw-r--r-- | sanctuary.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sanctuary.s b/sanctuary.s index 8fe545d..a209303 100644 --- a/sanctuary.s +++ b/sanctuary.s @@ -48,6 +48,7 @@ %2: dq %4 defdict %1, %2, %3 pspush qword %2 + ret %endmacro ; }}} |
