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 f3366b0..9fdc5e2 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,10 @@ assemble:
gen-ucode:
$(py) src/ucode.py $(out)
+# make gen-charmem out=out/charmem.bin
+gen-charmem:
+ $(py) src/charmem.py $(out)
+
# make test
test:
$(py) src/test_alu.py digital/atk16_alu.dig