Added the .TIME pseudo function

git-svn-id: svn://svn.cc65.org/cc65/trunk@1651 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-11-26 13:44:35 +00:00
parent 0edf53fd2f
commit 8fc78c2c8d
5 changed files with 34 additions and 7 deletions

View File

@@ -201,6 +201,7 @@ enum Token {
TOK_STRLEN,
TOK_SUNPLUS,
TOK_TCOUNT,
TOK_TIME,
TOK_WARNING,
TOK_WORD,
TOK_XMATCH,