Started to add a new .BANK instruction that allows access to a memory area
attribute named "bank". Some error checks and a lot of testing is required. Don't use for now. git-svn-id: svn://svn.cc65.org/cc65/trunk@5375 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -1061,7 +1061,7 @@ int main (int argc, char* argv [])
|
||||
SegDone ();
|
||||
}
|
||||
|
||||
/* If we didn't have any errors, check the assertions */
|
||||
/* If we didn't have any errors, check the assertions */
|
||||
if (ErrorCount == 0) {
|
||||
CheckAssertions ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user