From 519fdd7d64c2d8366a3b3b076a1ec558f63e703e Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 20 Apr 2016 09:48:51 +0100 Subject: Removed modulus and added '%' as a binary format marker. --- doc/casm.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'doc/casm.html') diff --git a/doc/casm.html b/doc/casm.html index dcd21bd..0606a34 100644 --- a/doc/casm.html +++ b/doc/casm.html @@ -510,6 +510,13 @@ A hex number, e.g. $2a. A binary number, e.g. 00101010b + +%[01]+ + + +A binary number, e.g. %00101010 + + [a-zA-Z_0-9]+ @@ -550,10 +557,10 @@ Shift left/shift right. -/ * % +/ * -Division/multiplication/modulus. +Division/multiplication -- cgit v1.2.3