diff options
| author | kitty <nepeta@canaglie.net> | 2026-02-16 18:27:52 +1100 |
|---|---|---|
| committer | kitty <nepeta@canaglie.net> | 2026-02-16 18:27:52 +1100 |
| commit | 660a99ca247cea4f9de3e5b6744728dd385a9494 (patch) | |
| tree | 260e3387604b9a0508d07257a90f6722e6b9a973 /jefs.s | |
| parent | 2859f3e9c65bccde64d9b41c60e61c2fff13f9d9 (diff) | |
+! -! allot
Diffstat (limited to 'jefs.s')
| -rw-r--r-- | jefs.s | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -103,6 +103,18 @@ defword "!", store, 0 mov qword [r11], r12 ret +defword "+!", plusstore, 0 + pspop r11 + pspop r12 + add qword [r11], r12 + ret + +defword "-!", minusstore, 0 + pspop r11 + pspop r12 + sub qword [r11], r12 + ret + defword "d!", dstore, 0 pspop r11 pspop r12 |
