1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-19 06:31:31 +00:00
cc65/src/ar65
cuz 0774fe273a Did some renaming and cleanup: Renamed EXPR_SEGMENT to EXPR_SECTION, since
this is what it really is. Added a real EXPR_SECTION which is now used in
the linker to represent the run address of a segment, provided that it is
requested to be defined. Changed some named in use of EXPR_MEMAREA. Added
handling of the new EXPR_SEGMENT to both, the binary and o65 output format.


git-svn-id: svn://svn.cc65.org/cc65/trunk@1769 b7a2c559-68d2-44c3-8de9-860c34a00d81
2002-12-14 22:57:00 +00:00
..
make Converted all Watcom makefiles to use GNU make 2002-12-12 23:19:53 +00:00
.cvsignore Added the CBM510 as a new target system 2001-09-13 19:49:27 +00:00
add.c
add.h
del.c
del.h
error.c Remove remaining stuff from the old CHECK macros 2000-08-01 15:07:15 +00:00
error.h
exports.c Added a method to write variable sized unsigned values. Use this method for 2000-08-02 13:23:06 +00:00
exports.h
extract.c Fixed a typo 2000-08-03 11:02:06 +00:00
extract.h
fileio.c Added a method to write variable sized unsigned values. Use this method for 2000-08-02 13:23:06 +00:00
fileio.h Added a method to write variable sized unsigned values. Use this method for 2000-08-02 13:23:06 +00:00
global.c Moved verbose output to a shared module in the common/ directory. 2001-03-10 10:21:03 +00:00
global.h Moved verbose output to a shared module in the common/ directory. 2001-03-10 10:21:03 +00:00
library.c Did some renaming and cleanup: Renamed EXPR_SEGMENT to EXPR_SECTION, since 2002-12-14 22:57:00 +00:00
library.h
list.c
list.h
main.c Adjusted the copyright string 2002-11-25 17:33:58 +00:00
objdata.c Added a method to write variable sized unsigned values. Use this method for 2000-08-02 13:23:06 +00:00
objdata.h
objfile.c Added line infos 2001-05-23 19:03:40 +00:00
objfile.h