Move evaluation of the argument for .BANK into the linker. It is otherwise too
restricted, since no imported symbols may be used. git-svn-id: svn://svn.cc65.org/cc65/trunk@5746 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -46,7 +46,6 @@
|
||||
|
||||
/* Segment flags */
|
||||
#define SEG_FLAG_NONE 0x00
|
||||
#define SEG_FLAG_BANKREF 0x01 /* Segment is referenced by .BANK */
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user