summary refs log tree commit diff
path: root/pc-thing/the_e_programming_language/code.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pc-thing/the_e_programming_language/code.txt')
-rw-r--r--pc-thing/the_e_programming_language/code.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/pc-thing/the_e_programming_language/code.txt b/pc-thing/the_e_programming_language/code.txt
new file mode 100644
index 0000000..f45a592
--- /dev/null
+++ b/pc-thing/the_e_programming_language/code.txt
@@ -0,0 +1,11 @@
+mov 97,0
+mov 98,0
+str 98,97
+mov 97,0
+mov 98,4
+str 98,97
+pop 97
+mov 98,0
+cmp 97,98
+mov 97,18
+jnz 97
\ No newline at end of file