Implemented new .PUSHCPU and .POPCPU commands.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4644 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -956,9 +956,9 @@ int main (int argc, char* argv [])
|
||||
/* Assemble the input */
|
||||
Assemble ();
|
||||
|
||||
/* If we didn't have any errors, check the segment stack */
|
||||
/* If we didn't have any errors, check the pseudo insn stacks */
|
||||
if (ErrorCount == 0) {
|
||||
SegStackCheck ();
|
||||
CheckPseudo ();
|
||||
}
|
||||
|
||||
/* If we didn't have any errors, check the unnamed labels */
|
||||
|
||||
Reference in New Issue
Block a user