summaryrefslogtreecommitdiff
path: root/jefs.s
diff options
context:
space:
mode:
Diffstat (limited to 'jefs.s')
-rw-r--r--jefs.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/jefs.s b/jefs.s
index adede03..9ae577b 100644
--- a/jefs.s
+++ b/jefs.s
@@ -871,6 +871,14 @@ defword "TESTSTR", teststr, 0
ret
.msg: db "test string"
+defword "TESTSTR2", teststr2, 0
+ mov r11, .msg
+ pspush r11
+ mov r11, 12
+ pspush r11
+ ret
+.msg: db "other string"
+
defword "HEREDUMP", heredump, 0
mov rdx, [here]
mov r11, [h0]