Added text tables
git-svn-id: svn://svn.cc65.org/cc65/trunk@941 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -267,6 +267,10 @@ static void OneOpcode (unsigned RemainingBytes)
|
||||
RtsTable ();
|
||||
break;
|
||||
|
||||
case atTextTab:
|
||||
TextTable ();
|
||||
break;
|
||||
|
||||
default:
|
||||
DataByteLine (1);
|
||||
++PC;
|
||||
|
||||
Reference in New Issue
Block a user