index
:
jewelforth
main
x86_64 forth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jefs.fs
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'jefs.fs')
-rw-r--r--
jefs.fs
6
1 files changed, 1 insertions, 5 deletions
diff --git a/jefs.fs b/jefs.fs
index 3432b7e..a968821 100644
--- a/
jefs.fs
+++ b/
jefs.fs
@@ -1,6 +1,2 @@
-: here@ here @ ;
-here @
-here@ ,
-latest @ , 2 , 1 w, 58 ,
-HEREDUMP
+: syswrite 1 syscall3 ; \ aeu oeu eo ue
bye