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. --- doc/casm.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/casm.html b/doc/casm.html index 138db3c..245a1ee 100644 --- a/doc/casm.html +++ b/doc/casm.html @@ -388,6 +388,13 @@ The following are built-in aliases for the above directives. Command Built-in Alias +processor + +proc
+arch
+cpu
+ + equ eq @@ -1253,7 +1260,7 @@ option zero-page, <on|off|auto> Controls the assumptions made regarding Zero Page address. Defaults to -off, and can be the following values: +auto, and can be the following values:
-- cgit v1.2.3