]> git.sur5r.net Git - cc65/commit
Fixed a bug in several binary operators.
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 11 Oct 2003 20:40:19 +0000 (20:40 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 11 Oct 2003 20:40:19 +0000 (20:40 +0000)
commit6d409bfb729bf6073dd01f5431b1a23e6666f803
treeaf1360c97b74528199fe9d9fbc669ec2baf480ef
parent72ce6ac23180111588671facf9a85cdce000233d
Fixed a bug in several binary operators.
Fixed a bug in the restore routine for the register variables (generated
code relies sometimes on a wrap around zero which causes a linker error and
does not work on the 816).
More small changes.

git-svn-id: svn://svn.cc65.org/cc65/trunk@2516 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/codegen.c