aboutsummaryrefslogtreecommitdiffstats
path: root/src/ext_std.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext_std.py')
-rw-r--r--src/ext_std.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext_std.py b/src/ext_std.py
index 5f41f60..11da8aa 100644
--- a/src/ext_std.py
+++ b/src/ext_std.py
@@ -1,4 +1,4 @@
-from assembler_ops import *
+from asm_ops import *
def expand_add(left: str, right: str, target: str) -> ExpandResult:
return [["alr", "al_plus", left, right, target]]