From 7309d563c6661f6e17c1ed3577b40b9646a85bb4 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 4 Nov 2023 20:56:54 +0200 Subject: wip compiler --- asm/test_py_src.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 asm/test_py_src.py (limited to 'asm/test_py_src.py') 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 -- cgit v1.3