Added dword tables, char comments etc.
git-svn-id: svn://svn.cc65.org/cc65/trunk@340 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -211,15 +211,19 @@ static void OneOpcode (unsigned RemainingBytes)
|
||||
break;
|
||||
|
||||
case atByteTab:
|
||||
ByteTable (RemainingBytes);
|
||||
ByteTable ();
|
||||
break;
|
||||
|
||||
case atWordTab:
|
||||
WordTable (RemainingBytes);
|
||||
WordTable ();
|
||||
break;
|
||||
|
||||
case atDWordTab:
|
||||
DWordTable ();
|
||||
break;
|
||||
|
||||
case atAddrTab:
|
||||
AddrTable (RemainingBytes);
|
||||
AddrTable ();
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user