summaryrefslogtreecommitdiff
path: root/jefs.s
diff options
context:
space:
mode:
authorkitty <nepeta@canaglie.net>2026-02-26 19:13:24 +1100
committerkitty <nepeta@canaglie.net>2026-02-26 19:13:24 +1100
commit59f9514eb8324926cc73e2ebc28f234afac1d4fd (patch)
tree0f8cdf4fd0f689e6d090a40ff0c76effa7a50cf0 /jefs.s
parent738d7ffb609ff26b6331a5da62cd1fe565fce71d (diff)
don't interpret "
also fixes the Leaving shit on the stack issue. i still dont know what that's about but i just `drop` it and its fixed
Diffstat (limited to 'jefs.s')
-rw-r--r--jefs.s3
1 files changed, 2 insertions, 1 deletions
diff --git a/jefs.s b/jefs.s
index 4c53420..78154cf 100644
--- a/jefs.s
+++ b/jefs.s
@@ -296,7 +296,8 @@ defword "cparse", cparse, 0
jmp .wordloop
.wordloop_end:
- ; dec r11
+ dec r11
+ inc r13
sub r13, qword [tib]
mov qword [to_in], r13
pop r13