1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-28 19:29:53 +00:00

Commit Graph

  • 1df22c6452 Added a stack checking routine cuz 2001-03-19 22:26:47 +0000
  • b86a6b9749 Some more debuginfo implementation cuz 2001-03-18 17:55:36 +0000
  • 16fded6d0c Loading and saving memory areas on cbm platforms mrintsch 2001-03-13 22:48:19 +0000
  • 7c4bcbd569 scanf modules (currently not working) cuz 2001-03-13 07:59:17 +0000
  • 1411097746 Remove bash pecularities. cuz 2001-03-13 07:56:56 +0000
  • d57f57db55 Add new symbol __STACKSIZE__ to all linker configurations. cuz 2001-03-10 14:24:58 +0000
  • e32d5a4a4b Use the linker define stacksize instead of a variable. cuz 2001-03-10 14:19:21 +0000
  • 1923199dad Allow to define symbols in the linker config cuz 2001-03-10 14:10:38 +0000
  • 1eff067ff9 Moved verbose output to a shared module in the common/ directory. cuz 2001-03-10 10:21:03 +0000
  • d10079ccdc Added module for program output. cuz 2001-03-10 10:04:42 +0000
  • 27a55ba085 Added optional start and count arguments to .INCBIN cuz 2001-03-09 23:12:34 +0000
  • 697abf3ed7 Added command line response files cuz 2001-03-09 21:59:23 +0000
  • 18b9977039 Removed the read module from the Makefile cuz 2001-03-08 15:18:38 +0000
  • bed304dafe Added the 2.6.1 spec cuz 2001-03-08 15:16:53 +0000
  • 1bcad88c3a Define symbols for the RAM area cuz 2001-03-08 14:49:31 +0000
  • 22b55ae7fe Don't hardcode the stack location cuz 2001-03-08 14:48:00 +0000
  • a4b921ca7e Fixed email address cuz 2001-03-03 12:04:01 +0000
  • 724262fb90 Fixed a bug with different load/run areas, where a segment was marked as dumped if the run area preceeded the load area, so it was not output into the file for the load area (and not for the run area either). cuz 2001-03-03 12:01:46 +0000
  • 083f0aee44 Fixed errors in the incaxn functions cuz 2001-02-21 08:39:25 +0000
  • 2610a3df10 added more error codes (from http://www.atari-central.com/programming/cio_errors.txt) cpg 2001-02-07 23:27:54 +0000
  • 2e48ce195d Remove trailing underlines from struct names cuz 2001-01-10 19:10:05 +0000
  • 46a2a610e1 Use IsQuote instead of IsQuoteChar cuz 2001-01-05 19:26:25 +0000
  • 9c02fb3ec0 Minor updates cuz 2001-01-05 19:25:24 +0000
  • 8add1ad057 Use chartype.h instead of ctype.h cuz 2001-01-05 19:24:47 +0000
  • 37da7dff98 Add a new chartype module for character classification. Use the new function IsDigit in target.c. cuz 2001-01-05 19:06:20 +0000
  • 608f27b274 Added OS/2 compile instructions cuz 2001-01-05 17:21:59 +0000
  • 1bb9d0fa70 Changed the makefiles to work under OS/2 using EMX (Changes from Mirco Miranda). cuz 2001-01-05 16:59:41 +0000
  • 1ecd742496 Added Mirco Miranda cuz 2001-01-05 16:58:51 +0000
  • 77ec52a06d OS/2 EMX fix cuz 2001-01-03 20:49:07 +0000
  • 51e5a7cf84 Fixed several dangling pointer bugs in 65C0 2optimizations cuz 2000-12-24 14:37:18 +0000
  • 45de0a49ec Replaced several // style comments cuz 2000-12-20 17:44:12 +0000
  • 764c7edfba added some more atari special char ATxxx defines cpg 2000-12-11 21:06:09 +0000
  • 3b472c7b91 Cosmetic changes cuz 2000-12-10 10:40:28 +0000
  • 579b48c522 Watcom fixes cuz 2000-12-10 10:38:42 +0000
  • 99052e546d Fixed a problem with the Watcom compiler cuz 2000-12-10 10:36:44 +0000
  • fb9da60180 adapted constructor function names to initxxx convention cpg 2000-12-09 22:31:07 +0000
  • 4d34ce83d7 Remove unused flags cuz 2000-12-09 21:09:52 +0000
  • 69bf323736 Add linker config files cuz 2000-12-09 16:43:25 +0000
  • 1fe297a471 Minor text changes cuz 2000-12-09 16:04:38 +0000
  • 9b5b9fddff Added RPM spec files cuz 2000-12-09 16:03:50 +0000
  • 6c0e4b2b2d Bumped the version number cuz 2000-12-09 15:51:44 +0000
  • f7e7da925e Ignore some files cuz 2000-12-09 10:13:20 +0000
  • 61a1fa52c4 Fixed several obvious omissions. Allow specifying a start address. cuz 2000-12-09 10:10:07 +0000
  • b2b7fb4b33 Describe initialized void variables cuz 2000-12-08 15:47:25 +0000
  • 0758d34f4b Fixed several minor problems cuz 2000-12-08 15:39:06 +0000
  • adabe02bbd Added a speed optimization. Makes the code somewhat larger, but is a huge improvement speedwise. cuz 2000-12-08 11:37:01 +0000
  • a6682eaeec Added a todo list cuz 2000-12-07 13:42:21 +0000
  • 100196a5d4 Fixed generation of invalid HTML code cuz 2000-12-06 22:16:55 +0000
  • ff31876edb Use a broader character set for labels, so we can save a few bytes (these labels are used very often). Some minor changes to make the resulting pages smaller. cuz 2000-12-06 21:45:48 +0000
  • 6e83d2fda2 Fixed a bug and - while doing so - made it somewhat shorter. cuz 2000-12-06 21:11:06 +0000
  • 023d649490 Remove global namespace operator cuz 2000-12-06 20:08:19 +0000
  • 5da1b0181f More help, option --htmldir, first version of include file handling, some other minor additions and fixes. cuz 2000-12-06 20:02:47 +0000
  • a07a8f5328 Add several improvements, among others: Options, index page, link style... cuz 2000-12-06 15:42:44 +0000
  • 35e22de2c2 Handle multiple files and cheap local labels cuz 2000-12-06 10:10:52 +0000
  • 3e0244b297 New tool cuz 2000-12-05 23:11:29 +0000
  • eed3723502 Optimize local immidiate stores cuz 2000-12-04 23:34:28 +0000
  • 3b18880fb1 Optimize local immidiate stores cuz 2000-12-04 23:27:16 +0000
  • a4fd5c7648 Added load/store transformation cuz 2000-12-04 22:47:21 +0000
  • c8171988a2 Added new code hints for use at the end of a function cuz 2000-12-04 22:28:15 +0000
  • a05a5e5c38 New optimization cuz 2000-12-04 21:28:36 +0000
  • 0ab45f63f0 Fixed a bug cuz 2000-12-04 21:01:50 +0000
  • cd6f591d11 Minor rearrangements to make the code more robust in case of errors. cuz 2000-12-04 20:39:17 +0000
  • e131b6e432 65C02 optimizations cuz 2000-12-04 20:38:45 +0000
  • d678c41294 adapted to new return values (PAL/NTSC is now reported with another function) cpg 2000-12-04 20:22:23 +0000
  • 49503665f4 returns television system cpg 2000-12-04 20:20:16 +0000
  • 50c01702c5 tvtype.o: new object file cpg 2000-12-04 20:19:21 +0000
  • 4413c9dc6e changed get_ostype defines for new return parameters; added get_tv function prototype cpg 2000-12-04 20:17:11 +0000
  • 1819b6a38e graphics memory reservation is now done via a contructor; some condes related changes cpg 2000-12-03 23:50:16 +0000
  • 1825689746 set contructor priority to 27 (grr) cpg 2000-12-03 23:47:26 +0000
  • 52caf07ad4 Basic-like GRAPHICS function; not yet implemented; provides the "graphics memory used" constructor cpg 2000-12-03 23:39:22 +0000
  • 5ec65cca75 default set back to 9, as we're now only linked if the graphics function is used cpg 2000-12-03 23:27:20 +0000
  • 20a4d83c03 set constructor priority to 26 cpg 2000-12-03 23:24:17 +0000
  • 160c9c198a graphics.o: new object file cpg 2000-12-03 23:19:06 +0000
  • 2b70259d1a fixed a stupid bug. why haven't I noticed it before?? cpg 2000-12-03 23:17:14 +0000
  • a619c0055f removed special mouse memory handling, it's now done by the mouse routines' constructor cpg 2000-12-03 21:40:07 +0000
  • 86e8c03001 added mousemem constructor cpg 2000-12-03 21:39:12 +0000
  • ed08b2f772 Minor fix cuz 2000-12-03 18:58:25 +0000
  • b82eb5bb87 Fix mail address cuz 2000-12-03 18:58:02 +0000
  • e5d3067d1d More SGML conversions cuz 2000-12-03 18:48:23 +0000
  • 5d34df27c2 More SGML conversions cuz 2000-12-03 18:34:50 +0000
  • 5bd8009bf9 More SGML conversions cuz 2000-12-03 18:17:50 +0000
  • 0d2f5c0ab5 More SGML conversions, index page cuz 2000-12-03 17:00:40 +0000
  • c26903e302 Add docs for the FEATURES section cuz 2000-12-03 10:46:01 +0000
  • a51c27f542 Fix up character translation explanation cuz 2000-12-02 22:35:49 +0000
  • 41a82d587a Additions + cleanup cuz 2000-12-02 22:28:55 +0000
  • 812152fa50 Converted the ld65 docs to sgml cuz 2000-12-02 22:14:05 +0000
  • fa46d84571 Fixed wrong translations for PET and CBM610 cuz 2000-12-02 15:01:47 +0000
  • e906d07cc1 Fixed newline bug in cvline cuz 2000-12-02 14:59:14 +0000
  • d0e2ffcf57 vcprintf() does now have __fastcall__ calling conventions cuz 2000-12-02 09:16:07 +0000
  • 355569d960 Rewrote vcprintf() in assembler cuz 2000-12-02 09:15:43 +0000
  • 62cfc60f00 Removed unused stuff cuz 2000-12-02 09:04:27 +0000
  • 4d23c7a3e6 New asm function have __fastcall__ calling conventions cuz 2000-12-01 22:57:56 +0000
  • d3cda84f60 Rewrote vsprintf() in assembler cuz 2000-12-01 22:57:32 +0000
  • b0779f4a76 Fixed wrong comment cuz 2000-12-01 21:43:07 +0000
  • e3022d904d Fixed a typo cuz 2000-12-01 21:41:28 +0000
  • e02b3e91c8 Use a destructor instead of atexit cuz 2000-12-01 17:58:40 +0000
  • b46dab6d44 Rewrote sprintf() in assembler cuz 2000-12-01 17:32:59 +0000
  • 13be3ba3ef Rewrote fprintf in assembler cuz 2000-12-01 17:25:07 +0000
  • aa10775c66 Rewrote cprintf() in assembler cuz 2000-12-01 15:13:07 +0000
  • 9333d5a839 Rewrote vfprintf() in assembler cuz 2000-12-01 15:05:46 +0000