aboutsummaryrefslogtreecommitdiff
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/casm.html9
1 files changed, 8 insertions, 1 deletions
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.
<thead><tr><td class="head">Command</td>
<td class="head">Built-in Alias</td></tr></thead>
+<tr><td class="cmd">processor</td>
+<td class="alias">
+proc<br>
+arch<br>
+cpu<br>
+</td></tr>
+
<tr><td class="cmd">equ</td>
<td class="alias">
eq
@@ -1253,7 +1260,7 @@ option zero-page, &lt;on|off|auto&gt;
</td>
<td class="def">
Controls the assumptions made regarding Zero Page address. Defaults to
-<i>off</i>, and can be the following values:
+<i>auto</i>, and can be the following values:
<table>
<tr><td class="cmd">