diff options
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 |
