1
0
mirror of https://github.com/cc65/cc65.git synced 2024-08-06 04:29:04 +00:00
cc65/src/od65
uz 3d1ee0f974 Fixes for the watcom makefiles:
* Increase the stack size to 64K (instead of 4096). This solves a
    memory overwrite problem with the DOS version.
  * Generate a mapfile, but set it to "ignored" in svn.
  * Be somewhat more specific in zap.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4273 b7a2c559-68d2-44c3-8de9-860c34a00d81
2009-09-29 13:08:23 +00:00
..
make Fixes for the watcom makefiles: 2009-09-29 13:08:23 +00:00
dump.c Fixed warnings generated by clang (run by Per Olofsson). 2009-09-28 15:59:18 +00:00
dump.h Add capability to dump just the segment sizes 2002-11-25 17:32:16 +00:00
error.c Use the CHECK macros from the common dir 2000-08-01 15:17:43 +00:00
error.h Add gcc attributes 2003-08-14 21:05:25 +00:00
fileio.c Extend the object code format by adding a (currently empty) scope table. 2003-11-28 22:12:14 +00:00
fileio.h Restructuring the object file format 2003-06-03 22:19:46 +00:00
global.c Added --dump-all 2000-07-30 21:09:52 +00:00
global.h Add capability to dump just the segment sizes 2002-11-25 17:32:16 +00:00
main.c Move the version numbers from the interface of the version module into a new 2009-09-28 20:10:01 +00:00