1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-10 23:29:05 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
uz 77bfcc1ff0 Change the OptStackOps function so that it adjusts the instruction pointer
after changing code. Without this correction, the insn pointer may be wrong
after one of the subfunctions has changed code, which may cause a valid
sequence not to be detected. This change (when proven good) may also go into
2.13.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4649 b7a2c559-68d2-44c3-8de9-860c34a00d81
2010-04-25 21:51:59 +00:00
asminc The C16 is not really a separate machine, but identical to the Plus/4, so 2010-03-06 15:17:08 +00:00
doc Added a paragraph about the order in which the command line is parsed. 2010-04-23 18:34:52 +00:00
include Patch by Marco van den Heuvel that adds detection of GEOS 1.1 and the plus4 2010-02-27 14:46:43 +00:00
libsrc Save some cycles. 2010-04-22 19:51:34 +00:00
make Makefile patch contributed by Greg King: 2009-12-02 15:21:22 +00:00
packages Minor corrections by Robert Hurst for use with RPMFusion. 2010-04-16 19:37:59 +00:00
samples Added explicit tgi_clear() after tgi_init() now that this isn't done by tgi_init() anymore. 2010-01-26 20:12:35 +00:00
src Change the OptStackOps function so that it adjusts the instruction pointer 2010-04-25 21:51:59 +00:00
testcode Added support for several machines. 2010-01-08 23:37:25 +00:00
util git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559-68d2-44c3-8de9-860c34a00d81 2008-08-02 22:02:54 +00:00