diff options
| author | kitty <nepeta@canaglie.net> | 2026-02-26 19:13:24 +1100 |
|---|---|---|
| committer | kitty <nepeta@canaglie.net> | 2026-02-26 19:13:24 +1100 |
| commit | 59f9514eb8324926cc73e2ebc28f234afac1d4fd (patch) | |
| tree | 0f8cdf4fd0f689e6d090a40ff0c76effa7a50cf0 /jefs.s | |
| parent | 738d7ffb609ff26b6331a5da62cd1fe565fce71d (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.s | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
