diff assembler/README @ 4:6b5453d7f336

spalling and gremmar
author james <jb302@eecs.qmul.ac.uk>
date Sat, 07 Dec 2013 00:29:03 +0000
parents 82e82dda442b
children
line wrap: on
line diff
--- a/assembler/README	Fri Dec 06 23:43:16 2013 +0000
+++ b/assembler/README	Sat Dec 07 00:29:03 2013 +0000
@@ -3,9 +3,9 @@
 NOTES:
 
 language.py:
--The entire language is define in language.iset
+-The entire language is defined in language.iset
 
--language.tokenize() does not yet these data types:
+-language.tokenize() does not yet handle these data types:
      - addr11
      - port_addr
      - vect8
@@ -20,3 +20,4 @@
 - 16 bit address labels don't work unless the address is actually > 255
   otherwise tokenize returns them as 'rel8' and the symbol doesn't match
   anything in iset
+