aboutsummaryrefslogtreecommitdiff
path: root/src/casm.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2016-04-17 22:47:10 +0100
committerIan C <ianc@noddybox.co.uk>2016-04-17 22:47:10 +0100
commita8131ea5ed00c11517c2cb605834eb103ecac250 (patch)
treead172298ea5d68e708eb232b07cea456ee413c86 /src/casm.c
parent24ebb224a11d31bfe039352fd29d2b89368583ac (diff)
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.
Diffstat (limited to 'src/casm.c')
-rw-r--r--src/casm.c4
1 files changed, 4 insertions, 0 deletions
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},