New CT_NONE
git-svn-id: svn://svn.cc65.org/cc65/trunk@2500 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
; Define bitmapped constants for the table entries
|
; Define bitmapped constants for the table entries
|
||||||
|
|
||||||
|
CT_NONE = $00 ; Nothing special
|
||||||
CT_LOWER = $01 ; 0 - Lower case char
|
CT_LOWER = $01 ; 0 - Lower case char
|
||||||
CT_UPPER = $02 ; 1 - Upper case char
|
CT_UPPER = $02 ; 1 - Upper case char
|
||||||
CT_DIGIT = $04 ; 2 - Numeric digit
|
CT_DIGIT = $04 ; 2 - Numeric digit
|
||||||
|
|||||||
Reference in New Issue
Block a user