]> git.sur5r.net Git - cc65/commit
Move evaluation of the argument for .BANK into the linker. It is otherwise too
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 30 Jun 2012 17:18:03 +0000 (17:18 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 30 Jun 2012 17:18:03 +0000 (17:18 +0000)
commit43ea0e3df9d885657886a2614c31af64a1a187f1
tree3d13a677283a8ea3a0a517235c768198a6d9e17d
parent3e95d3048fbd6435dae0c0f6a364ffa14d7d2902
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
src/ca65/expr.c
src/ca65/expr.h
src/ca65/segment.c
src/ca65/studyexpr.c
src/common/exprdefs.h
src/common/objdefs.h
src/common/segdefs.h
src/ld65/config.c
src/ld65/expr.c
src/ld65/segments.c