diff options
Diffstat (limited to 'the_e_programming_language/code.txt')
-rw-r--r-- | the_e_programming_language/code.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/the_e_programming_language/code.txt b/the_e_programming_language/code.txt new file mode 100644 index 0000000..f45a592 --- /dev/null +++ b/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 |