Added .SIZEOF

git-svn-id: svn://svn.cc65.org/cc65/trunk@2671 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-11-17 17:59:30 +00:00
parent c5ad7d9af1
commit 57cc152ad6
4 changed files with 71 additions and 36 deletions

View File

@@ -1710,6 +1710,7 @@ static CtrlDesc CtrlCmdTab [] = {
{ ccNone, DoScope },
{ ccNone, DoSegment },
{ ccNone, DoSetCPU },
{ ccNone, DoUnexpected }, /* .SIZEOF */
{ ccNone, DoSmart },
{ ccNone, DoUnexpected }, /* .STRAT */
{ ccNone, DoUnexpected }, /* .STRING */