Added the .TCOUNT function

git-svn-id: svn://svn.cc65.org/cc65/trunk@151 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-07-15 10:33:32 +00:00
parent 9cc7dc1284
commit 359a89d0bf
4 changed files with 49 additions and 4 deletions

View File

@@ -183,13 +183,14 @@ enum Token {
TOK_REFERENCED,
TOK_RELOC,
TOK_REPEAT,
TOK_RES,
TOK_RES,
TOK_RIGHT,
TOK_RODATA,
TOK_SEGMENT,
TOK_SMART,
TOK_STRING,
TOK_SUNPLUS,
TOK_TCOUNT,
TOK_WORD,
TOK_XMATCH,
TOK_ZEROPAGE,