diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2023-11-04 20:56:54 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2023-11-06 14:01:09 +0200 |
| commit | 7309d563c6661f6e17c1ed3577b40b9646a85bb4 (patch) | |
| tree | a1c483744fe3592c7f6ab20e618ee8a52f0bebdb /asm/test_py_src.py | |
| parent | c28c5320a4084c1c728c10ec35196630e35d94db (diff) | |
wip compiler
Diffstat (limited to 'asm/test_py_src.py')
| -rw-r--r-- | asm/test_py_src.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/asm/test_py_src.py b/asm/test_py_src.py new file mode 100644 index 0000000..89658f8 --- /dev/null +++ b/asm/test_py_src.py @@ -0,0 +1,8 @@ +from atk16 import * + +atk_enable_text_mode() +atk_store(0xF800, 65 + 7) # H +atk_store(0xF801, 65 + 4) # E +atk_store(0xF802, 65 + 11) # L +atk_store(0xF803, 65 + 11) # L +atk_store(0xF804, 65 + 14) # O |
