From a8131ea5ed00c11517c2cb605834eb103ecac250 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 17 Apr 2016 22:47:10 +0100 Subject: Various fixes * Added VCS example, which highlighted some bug in the zero page detection. * 6502 fixes for the above. Still a problem with code generation. * Updates to Gameboy code (example still not working in emulator). * Fixed listing not being generated when enabled. --- src/casm.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/casm.c') diff --git a/src/casm.c b/src/casm.c index 0553573..3213bb0 100644 --- a/src/casm.c +++ b/src/casm.c @@ -502,6 +502,10 @@ static struct {".cpu", ARCH}, {"arch", ARCH}, {".arch", ARCH}, + {"proc", ARCH}, + {".proc", ARCH}, + {"processor", ARCH}, + {".processor", ARCH}, {"option", OPTION}, {".option", OPTION}, {"opt", OPTION}, -- cgit v1.2.3