]> git.sur5r.net Git - cc65/commit
Move the increment code of a for loop after the loop body.
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 17 Jul 2001 12:50:38 +0000 (12:50 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 17 Jul 2001 12:50:38 +0000 (12:50 +0000)
commit6c34eeb93d7adb325c668a2287e7a46ac9bbc1cc
treec0586bc82d3fd2f03e0828079232688c61ea4418
parentdb707db0f1dacaf11afa1f3bc59ff46494581055
Move the increment code of a for loop after the loop body.

git-svn-id: svn://svn.cc65.org/cc65/trunk@799 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/asmcode.c
src/cc65/asmcode.h
src/cc65/codeseg.c
src/cc65/codeseg.h
src/cc65/stmt.c