]> git.sur5r.net Git - cc65/commit
Move shift expression evaluation into a separate module. More checks and
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 29 Jun 2004 20:44:01 +0000 (20:44 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 29 Jun 2004 20:44:01 +0000 (20:44 +0000)
commit809d1408ce173c98d57904d07301e8e0d5b412fa
tree8869a9843b9db318d28c0470238fcc120681fbe9
parent31f85bc23e2d2f2c47be31837de040ccc8a3dcf6
Move shift expression evaluation into a separate module. More checks and
improvements for shift expressions.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3138 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/expr.c
src/cc65/make/gcc.mak
src/cc65/make/watcom.mak
src/cc65/shiftexpr.c [new file with mode: 0644]
src/cc65/shiftexpr.h [new file with mode: 0644]