1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-17 00:29:31 +00:00

Commit Graph

  • 80243ae63b _hadd is now a fastcall function cuz 2000-07-21 21:36:24 +0000
  • 8db1fa3aa0 Rewrite _hadd in assembler (a huge speedup!) and integrate it with free for even faster code. The old _hadd function is now also written in assembler but does only setup variables and calls the internal function that is part of free. cuz 2000-07-21 21:36:06 +0000
  • 950a88d55e Replace malloc() by an assembler version cuz 2000-07-21 16:57:58 +0000
  • 45ca940d8c Fixed an error geos.sgml cuz 2000-07-21 12:45:54 +0000
  • 02bbe5289b set default screen mode to 0 cpg 2000-07-21 09:20:09 +0000
  • 72294dc011 removed DIRECT_SCREEN define cpg 2000-07-21 08:26:44 +0000
  • 2f933e35d7 Bumped the version number cuz 2000-07-20 06:05:28 +0000
  • f97a1603ec Corrected a few minor issues cuz 2000-07-19 18:18:52 +0000
  • 359b3ab4a0 Added new files cuz 2000-07-19 13:27:50 +0000
  • a7e0a65131 Fixed a problem with the add and sub macros cuz 2000-07-19 09:24:12 +0000
  • bb4f3c4475 Use macpack for debugging, cosmetic changes cuz 2000-07-19 09:23:51 +0000
  • 0b7aae0f07 Fixed a typo cuz 2000-07-18 22:58:21 +0000
  • 5337ff7bcd Fixed some gcc warnings cuz 2000-07-18 22:39:35 +0000
  • bb2fbd6282 Fixed a gcc warning cuz 2000-07-18 22:35:05 +0000
  • 110b322903 Fix some gcc warnings cuz 2000-07-18 22:32:50 +0000
  • e3a6f3b6e1 Fixed a bug cuz 2000-07-18 21:30:48 +0000
  • 81b48cb07b Ignore executables cuz 2000-07-18 20:04:48 +0000
  • fd558bacb8 describes the files in this directory cpg 2000-07-17 00:35:59 +0000
  • 3f043c5d92 test program for get_ostype() function cpg 2000-07-17 00:35:12 +0000
  • badf78999f added PAL/NTSC check for 1200xl + XL/XE systems cpg 2000-07-17 00:30:01 +0000
  • 854e34e227 fixed a type with AT_OS_TYPE_MINOR cpg 2000-07-17 00:29:01 +0000
  • 66c37a85e1 Heap test program cuz 2000-07-16 22:18:33 +0000
  • 27be2dcb2b free() is now an assembler function cuz 2000-07-16 22:10:47 +0000
  • bc320797c6 Replaced free.c by an assembler version cuz 2000-07-16 22:09:58 +0000
  • c6546592b6 newline is used elsewhere and must be exported cuz 2000-07-16 20:54:53 +0000
  • f3605c162b Fixed a bug in LF handling for the CBM machines cuz 2000-07-16 20:24:10 +0000
  • c8215a37df Added more sample programs from Maciek cuz 2000-07-16 17:36:41 +0000
  • f20e32ec65 Added GEOS docs from Maciek cuz 2000-07-16 17:33:06 +0000
  • 70aa776d33 Removed duplicate variable ProgName cuz 2000-07-15 12:33:56 +0000
  • 4a0b4e86d4 Document the .tcount function cuz 2000-07-15 10:42:20 +0000
  • 359a89d0bf Added the .TCOUNT function cuz 2000-07-15 10:33:32 +0000
  • 9cc7dc1284 Added grc doc file from Maciek cuz 2000-07-15 09:16:05 +0000
  • e2de9f5873 Added tutorial files from Maciek cuz 2000-07-15 09:12:11 +0000
  • f88d81a393 Change intermediate file name for grc from .ss to .s cuz 2000-07-15 08:45:31 +0000
  • c69ab79e76 Update from Maciek cuz 2000-07-15 08:43:55 +0000
  • fed0a0a52d determines OS version cpg 2000-07-10 23:38:14 +0000
  • 27bef5100f added get_ostype() function and related defines cpg 2000-07-10 23:31:44 +0000
  • 49df1600cb ostype.o: new object file cpg 2000-07-10 23:14:14 +0000
  • 61606714c4 Removed paragraph about asm macro output in the asm listing cuz 2000-07-09 13:30:48 +0000
  • 0e460243fd Fix macro output in the listing cuz 2000-07-09 13:19:25 +0000
  • c4cf60b521 displays upper memory limit on Atari machines cpg 2000-07-09 00:41:43 +0000
  • e3ee0a278e Added asm listing stuff cuz 2000-07-08 21:10:56 +0000
  • a47f2727ff Update for new features/version cuz 2000-07-08 21:10:42 +0000
  • 3f4da40d6d Added -h option cuz 2000-07-08 21:01:02 +0000
  • fbe694bca3 Added/finished .MID, .LEFT, .RIGHT cuz 2000-07-08 14:01:43 +0000
  • 0c85406f52 replaced multiple lines of "rm" commands with a single "rm" line in the clean target. on some rm lines the argument was empty which caused the NetBSD rm command to complain... cpg 2000-07-03 21:03:41 +0000
  • 3e416337b2 Fixed translation table for GEOS cuz 2000-06-30 19:45:13 +0000
  • 51308b1f6b Fix available memory for C64 cuz 2000-06-26 06:33:17 +0000
  • fd7399e82f added Atari entry in Systems chapter cpg 2000-06-25 23:10:49 +0000
  • ac3ebc0989 adapted CfgAtari for maximum memory cpg 2000-06-25 23:08:44 +0000
  • 158714acf9 Working on .MID cuz 2000-06-25 17:48:28 +0000
  • 0ebf91be52 Check for duplicate files in an argument list and print a warning cuz 2000-06-25 14:08:36 +0000
  • a992dd05a0 Fixed a bug cuz 2000-06-25 13:17:26 +0000
  • 7b32de4b95 added deb.c (simple program to enter the debugger) cpg 2000-06-25 02:20:13 +0000
  • ec7441d5ac added deb.c cpg 2000-06-25 02:19:03 +0000
  • 1d934b205f provides default value for __graphmode_used variable cpg 2000-06-25 01:50:43 +0000
  • 6f05785aa9 adapt reserved memory with _graphmode_used variable (user settable) cpg 2000-06-25 01:45:30 +0000
  • 4a27cbd9a7 graphuse.o: new object file cpg 2000-06-25 01:43:36 +0000
  • 695f260449 renamed fd_table, fd_index to __fd_table and __fd_index (C naming) cpg 2000-06-25 01:40:29 +0000
  • 9468b05231 Separated _maperrno and _errno cuz 2000-06-24 09:10:16 +0000
  • 48f1d0ad28 Fixed errno handling cuz 2000-06-24 09:02:08 +0000
  • 668c031c32 full-screen scroll routine (up and down) cpg 2000-06-23 22:10:25 +0000
  • e51b5c8b59 multiply by 40 routine cpg 2000-06-23 22:06:37 +0000
  • 7b944cae11 use mul40 routine instead of doing the multiplication myself cpg 2000-06-23 22:05:59 +0000
  • 70dbbb542f sroll.o, mul40.o: new object files cpg 2000-06-23 22:03:57 +0000
  • 04539c46aa added declarations for scroll(), savevecs() and restvecs() cpg 2000-06-23 21:36:21 +0000
  • 294854ff13 Added .CONCAT cuz 2000-06-23 20:56:07 +0000
  • 6b002da603 Removed the strexpr module and placed the implementation of the .STRING builtin function into the NextTok function. Added the .CONCAT function. cuz 2000-06-23 20:49:47 +0000
  • 66df712d40 Update cuz 2000-06-23 08:02:57 +0000
  • 85402a4323 Added the .depend file cuz 2000-06-22 21:29:11 +0000
  • 4e647d2d68 Added support for geos resource files cuz 2000-06-22 21:22:39 +0000
  • f09ab689d7 Added sample grc from Maciej cuz 2000-06-22 21:10:28 +0000
  • 38288d7eef Added grc cuz 2000-06-22 21:05:03 +0000
  • 8b971f7c73 Created a gcc makefile for grc cuz 2000-06-22 21:02:43 +0000
  • 53485bc321 First import of resource compiler by Maciej cuz 2000-06-22 21:00:33 +0000
  • 6fb18bf469 Update for new version cuz 2000-06-22 12:45:31 +0000
  • 5453c45d8f Add the atari target cuz 2000-06-22 12:42:37 +0000
  • 826c11450d Update for new version cuz 2000-06-22 12:31:09 +0000
  • d10b3a90c9 Update for new features cuz 2000-06-22 12:22:18 +0000
  • a13e897291 Update for new features cuz 2000-06-22 12:06:30 +0000
  • 553063a498 Fixed usage text cuz 2000-06-22 11:45:01 +0000
  • 120cdab4aa Bumped the version number cuz 2000-06-22 11:39:13 +0000
  • 7bd93e9e82 New long option: --debug cuz 2000-06-22 11:38:57 +0000
  • 3065378c20 Update for next release cuz 2000-06-22 11:34:25 +0000
  • 9e83b00152 Rewrote parsing of locals. Removed non working code for register variables. cuz 2000-06-22 11:28:39 +0000
  • ea43c68b9b Changed usage information text cuz 2000-06-22 11:13:38 +0000
  • 29f57b3196 GTIA color defines; added c64 compatibility color defines cpg 2000-06-22 00:50:05 +0000
  • 7198329ce3 setcolor, getcolor and setcolor_low functions cpg 2000-06-22 00:42:26 +0000
  • 564eed1a2d setcolor.o: new object file cpg 2000-06-22 00:39:59 +0000
  • 04ee693c00 Fixed a bug cuz 2000-06-21 21:02:44 +0000
  • e27fafbea3 set MAX_INC_NESTING to 20 cpg 2000-06-21 00:10:12 +0000
  • dff9bae70a Fixed a bug cuz 2000-06-20 06:53:01 +0000
  • ea2f5c1309 Fixed a bug cuz 2000-06-19 06:14:44 +0000
  • c31008c78a Remove io.*, some cleanup cuz 2000-06-15 19:03:01 +0000
  • a66cf46549 Fixed a bug cuz 2000-06-15 18:06:18 +0000
  • 7329d4acb3 New long option --static-locals cuz 2000-06-14 21:20:45 +0000
  • c59aa8ffdf Fixed makefile to use new paths cuz 2000-06-14 21:14:47 +0000
  • 4b1abd7cc9 Better error messages when opening include files cuz 2000-06-14 21:07:58 +0000
  • aa8737733f Use the xmalloc module from the common directory. Rewrote the include file management, keeping a list of all include files and cleaning up the code while going. cuz 2000-06-14 21:01:37 +0000
  • d10bf32c4c Added MSD cuz 2000-06-14 20:02:15 +0000