summaryrefslogtreecommitdiff
path: root/jefs.s
diff options
context:
space:
mode:
Diffstat (limited to 'jefs.s')
-rw-r--r--jefs.s16
1 files changed, 0 insertions, 16 deletions
diff --git a/jefs.s b/jefs.s
index e08ed0f..7684069 100644
--- a/jefs.s
+++ b/jefs.s
@@ -1129,22 +1129,6 @@ defword ".s", dots, 0
.space: resq 1
.dmsg: db "DONEDONEYIPPEEEE"
-defword "TESTSTR", teststr, 0
- mov r11, .msg
- pspush r11
- mov r11, 11
- pspush r11
- 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]