1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-01 08:29:37 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
uz 254e1169f2 Fixed a problem with OptJumpTarget1: The inspected jump must not have a label
attached, because the effective code changes for code jumping to this label if
removals are applied.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4169 b7a2c559-68d2-44c3-8de9-860c34a00d81
2009-09-14 18:36:38 +00:00
asminc Removed setoserror as an external. 2009-07-27 18:48:03 +00:00
doc Lynx changes by Karri Kaksonen. 2009-09-13 13:37:44 +00:00
include Lynx changes by Karri Kaksonen. 2009-09-13 13:37:44 +00:00
libsrc Being loaded by my 'ProDOS Loader' needs to be classified as being loaded as BIN from an interpreter (and not as SYS). But the 'ProDOS Loader' zeros the system bitmap up to the system global page (this is what it's about) so additionally check page $03 protection which is zero when loaded as SYS but one when loaded by 'ProDOS Loader 1.4'. 2009-09-13 19:50:09 +00:00
make Remove the top-level Makefile's attempt to install the no-longer-external 2009-08-05 14:31:33 +00:00
packages There are no more startup object modules. 2009-07-31 12:56:36 +00:00
samples Define a standard driver and mode for tgi graphics and use it in the sample 2009-09-11 18:59:37 +00:00
src Fixed a problem with OptJumpTarget1: The inspected jump must not have a label 2009-09-14 18:36:38 +00:00
testcode Added a multiplication test program. 2009-08-17 20:37:36 +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