New .sprintf function

git-svn-id: svn://svn.cc65.org/cc65/trunk@3508 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2005-05-10 15:42:32 +00:00
parent 22e204d1c4
commit 765dc3442b
4 changed files with 246 additions and 8 deletions

View File

@@ -1773,7 +1773,8 @@ static CtrlDesc CtrlCmdTab [] = {
{ ccNone, DoSegment },
{ ccNone, DoSetCPU },
{ ccNone, DoUnexpected }, /* .SIZEOF */
{ ccNone, DoSmart },
{ ccNone, DoSmart },
{ ccNone, DoUnexpected }, /* .SPRINTF */
{ ccNone, DoUnexpected }, /* .STRAT */
{ ccNone, DoUnexpected }, /* .STRING */
{ ccNone, DoUnexpected }, /* .STRLEN */