aboutsummaryrefslogtreecommitdiffstats
path: root/resources/asm/ext_string_io.py
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-02-22 08:52:20 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2024-02-22 08:52:20 +0200
commit416e896956d3b05793337da6609fe1544797c0a9 (patch)
tree9fa0cf3b622d4c9c086e4c08c5011ab12fdd4a77 /resources/asm/ext_string_io.py
parentaefe0cf3874c542669051b2b3cc21c9590aa970b (diff)
Add stuff, refactor
Diffstat (limited to 'resources/asm/ext_string_io.py')
-rw-r--r--resources/asm/ext_string_io.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/asm/ext_string_io.py b/resources/asm/ext_string_io.py
index 519077d..e00ac78 100644
--- a/resources/asm/ext_string_io.py
+++ b/resources/asm/ext_string_io.py
@@ -1,5 +1,4 @@
-from asm_ops import *
-from ext_std import *
+from atk16_asm.asm_ops import *
def to_char_code(c: str):
return ord(c)