]> git.sur5r.net Git - cc65/blobdiff - asminc/ctype.inc
New CT_NONE
[cc65] / asminc / ctype.inc
index e8a41dabcfb330d4173808af7fd83a5cbde17109..2e29c7293c92ca81ea54a4f79238831c8eb5d59f 100644 (file)
@@ -10,6 +10,7 @@
 
 ; Define bitmapped constants for the table entries
 
+CT_NONE         = $00           ; Nothing special
 CT_LOWER       = $01           ; 0 - Lower case char
 CT_UPPER       = $02           ; 1 - Upper case char
 CT_DIGIT       = $04           ; 2 - Numeric digit