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:
@@ -407,8 +407,11 @@ void SegDone (void)
|
||||
|
||||
} else {
|
||||
|
||||
/* Finalize the expression */
|
||||
F->V.Expr = FinalizeExpr (F->V.Expr, &F->LI);
|
||||
|
||||
/* Simplify the expression */
|
||||
F->V.Expr = SimplifyExpr (F->V.Expr, &ED);
|
||||
/* ### F->V.Expr = SimplifyExpr (F->V.Expr, &ED); */
|
||||
|
||||
/* We cannot evaluate the expression now, leave the job for
|
||||
* the linker. However, we can check if the address size
|
||||
|
||||
Reference in New Issue
Block a user