]> git.sur5r.net Git - cc65/commit
Cleanup in ShiftExpr.
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 6 Jul 2004 11:30:08 +0000 (11:30 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 6 Jul 2004 11:30:08 +0000 (11:30 +0000)
commit9df7321d90332eeb24b3d72639577f801f30a010
tree0af7ee32c488f7c62fa71b6868ffd89de082c4bf
parenta4c4e995a3596ac794ba90824a9f5b24f3e2125d
Cleanup in ShiftExpr.
Changed GetCodePos to also remember the stack pointer at the given location,
this removes the necessity to manipulate the stack when removing code. Since
CodeMark is now a struct, the API for most asmcode functions has changed.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3145 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/asmcode.c
src/cc65/asmcode.h
src/cc65/expr.c
src/cc65/shiftexpr.c
src/cc65/stackptr.c
src/cc65/stackptr.h
src/cc65/stdfunc.c
src/cc65/stmt.c
src/cc65/swstmt.c