aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cc2267b..8658fe1 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,10 @@ ast-compile:
bytecode-compile:
$(py) atk16-bytecode-compiler/compiler.py $(in) $(out)
+# make emu in=rom.bin
+emu:
+ $(py) atk16-emu/cli.py $(in)
+
# make test
test:
$(py) atk16-asm/test_alu.py digital-diagrams/atk16_alu.dig