Added string handling functions: .STRLEN and .STRAT

git-svn-id: svn://svn.cc65.org/cc65/trunk@199 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-07-25 21:32:11 +00:00
parent 5ee142c7c2
commit 62abe29353
4 changed files with 97 additions and 18 deletions

View File

@@ -188,7 +188,9 @@ enum Token {
TOK_RODATA,
TOK_SEGMENT,
TOK_SMART,
TOK_STRAT,
TOK_STRING,
TOK_STRLEN,
TOK_SUNPLUS,
TOK_TCOUNT,
TOK_WORD,