aboutsummaryrefslogtreecommitdiff
path: root/doc/casm.html
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2016-04-20 09:48:51 +0100
committerIan C <ianc@noddybox.co.uk>2016-04-20 09:48:51 +0100
commit519fdd7d64c2d8366a3b3b076a1ec558f63e703e (patch)
tree71f3b3f6a435a8825868f1e5138041fd8d4d1eb0 /doc/casm.html
parenta5984e6f82e9368e719e832764ebb4813ff5e797 (diff)
Removed modulus and added '%' as a binary format marker.
Diffstat (limited to 'doc/casm.html')
-rw-r--r--doc/casm.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/casm.html b/doc/casm.html
index dcd21bd..0606a34 100644
--- a/doc/casm.html
+++ b/doc/casm.html
@@ -511,6 +511,13 @@ A binary number, e.g. 00101010b
</td></tr>
<tr><td class="cmd">
+%[01]+
+</td>
+<td class="def">
+A binary number, e.g. %00101010
+</td></tr>
+
+<tr><td class="cmd">
[a-zA-Z_0-9]+
</td>
<td class="def">
@@ -550,10 +557,10 @@ Shift left/shift right.
</td></tr>
<tr><td class="cmd">
-/ * %
+/ *
</td>
<td class="def">
-Division/multiplication/modulus.
+Division/multiplication
</td></tr>
<tr><td class="cmd">