summaryrefslogtreecommitdiff
path: root/jefs.s
diff options
context:
space:
mode:
Diffstat (limited to 'jefs.s')
-rw-r--r--jefs.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/jefs.s b/jefs.s
index ac649c1..43e6aee 100644
--- a/jefs.s
+++ b/jefs.s
@@ -248,6 +248,11 @@ defword ":", colon, 0
ret
defword ";", semicolon, immediate_mask
+ mov r11, [here]
+ mov byte [r11], 0xc3
+ inc r11
+ mov qword [here], r11
+ mov qword [state], interpreting
ret
defvar ">in", to_in, 0, 0