diff options
author | WlodekM <[email protected]> | 2025-03-31 19:47:54 +0300 |
---|---|---|
committer | WlodekM <[email protected]> | 2025-03-31 19:47:54 +0300 |
commit | cccb99226d3951fd9dfe1c4cf1c43126a1309d51 (patch) | |
tree | 518d3e965558ba313f103cee6161cd2b6aedb3b9 /the_e_programming_language/code.txt | |
parent | ef4e8c20719822eebd6318a878cc37902c2b85a5 (diff) |
move to pc-thing/
Diffstat (limited to 'the_e_programming_language/code.txt')
-rw-r--r-- | the_e_programming_language/code.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/the_e_programming_language/code.txt b/the_e_programming_language/code.txt deleted file mode 100644 index f45a592..0000000 --- a/the_e_programming_language/code.txt +++ /dev/null @@ -1,11 +0,0 @@ -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 |