From 59f9514eb8324926cc73e2ebc28f234afac1d4fd Mon Sep 17 00:00:00 2001 From: kitty Date: Thu, 26 Feb 2026 19:13:24 +1100 Subject: 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 --- jefs.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'jefs.s') 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 -- cgit v1.2.3