diff Makefile @ 1749:e4fe5a450d05

Added option to CPU DSL to produce a threaded interpreter using computed goto
author Michael Pavone <pavone@retrodev.com>
date Fri, 08 Feb 2019 23:09:58 -0800
parents 49a52c737bf0
children c5d4e1d14dac
line wrap: on
line diff
--- a/Makefile	Thu Feb 07 09:43:25 2019 -0800
+++ b/Makefile	Fri Feb 08 23:09:58 2019 -0800
@@ -302,7 +302,7 @@
 	$(CC) -o vos_prog_info vos_prog_info.o vos_program_module.o
 	
 %.c : %.cpu
-	./cpu_dsl.py $< > $@
+	./cpu_dsl.py -d goto $< > $@
 
 %.o : %.S
 	$(CC) -c -o $@ $<