]> git.sur5r.net Git - cc65/commit
Don't remove symbols or otherwise simplify expressions while assembly is
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 30 Nov 2003 21:47:40 +0000 (21:47 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 30 Nov 2003 21:47:40 +0000 (21:47 +0000)
commit9ebc3d1f01fd7141bddaa8b04a6f634555abb4a3
treeed9303d9b1f992395f694148059bd425fa6c881e
parentcf7b4e227a5e136cbd7e1ab08888136801dc81f6
Don't remove symbols or otherwise simplify expressions while assembly is
still in progress. There may be information that is needed, and when
assembly is done it is still time to do so. (Needs more work).
Better expression checks for fragments. Stuff that was detected by the
linker before is now handled by the assembler.

git-svn-id: svn://svn.cc65.org/cc65/trunk@2700 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ca65/enum.c
src/ca65/expr.c
src/ca65/expr.h
src/ca65/objcode.c
src/ca65/segment.c
src/ca65/studyexpr.c