1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 00:57:11 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
uz 77bd3169f6 Added a new attribute IMPORT to the CONDES definition of the FEATURES section.
If this attribute is defined, an import for the given symbol is added to the
module that contains the condes declaraction. Using this feature, it is
possible to force linkage of a module that contains an export for the symbol.


git-svn-id: svn://svn.cc65.org/cc65/trunk@5900 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-11-03 21:37:19 +00:00
asminc Removed reference to old rs232 framework. 2012-11-01 20:43:28 +00:00
doc Adjusted documentation to static drivers as part of the C library. 2012-11-01 20:35:00 +00:00
include Fix conflict in names 2012-11-02 19:39:38 +00:00
libsrc Introduced static standard drivers. 2012-11-01 19:53:47 +00:00
make
packages
samples Show cursor on entering data. 2012-10-23 19:52:09 +00:00
src Added a new attribute IMPORT to the CONDES definition of the FEATURES section. 2012-11-03 21:37:19 +00:00
targetutil
testcode
util