aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-02-21 12:02:14 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2024-02-21 12:02:14 +0200
commita0b4a1a6107e4dc905b21858d8ac76c47293cfb4 (patch)
treef7ec4d592a6ee7bf6f1e61ef805643c83fedf740 /Makefile
parent549901c85044b6ccd912688d6be007c2fdacc6c6 (diff)
Add emu
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