diff options
author | WlodekM <[email protected]> | 2025-03-31 19:27:55 +0300 |
---|---|---|
committer | WlodekM <[email protected]> | 2025-03-31 19:27:55 +0300 |
commit | ef4e8c20719822eebd6318a878cc37902c2b85a5 (patch) | |
tree | c80cc67921c8b511f5a50ec68834b5b28deb05a1 /the_e_programming_language/code.txt |
pc thing
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 |