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

@@ -1162,7 +1162,9 @@ static CtrlDesc CtrlCmdTab [] = {
{ ccNone, DoROData },
{ ccNone, DoSegment },
{ ccNone, DoSmart },
{ ccNone, DoUnexpected }, /* .STRAT */
{ ccNone, DoUnexpected }, /* .STRING */
{ ccNone, DoUnexpected }, /* .STRLEN */
{ ccNone, DoSunPlus },
{ ccNone, DoUnexpected }, /* .TCOUNT */
{ ccNone, DoWord },