From: cuz Date: Fri, 10 Oct 2003 17:00:08 +0000 (+0000) Subject: New CT_NONE X-Git-Tag: V2.12.0~1276 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b32e1cf9060cb551a380da6fb8e552ffd22d03c4;p=cc65 New CT_NONE git-svn-id: svn://svn.cc65.org/cc65/trunk@2500 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/asminc/ctype.inc b/asminc/ctype.inc index e8a41dabc..2e29c7293 100644 --- a/asminc/ctype.inc +++ b/asminc/ctype.inc @@ -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