Commit Graph

  • 1dcb21eaa7 Merge pull request #2 from cc65/master polluks2 2021-03-04 09:09:46 +01:00
  • 5f145542b0 Exported the Commodore CHRIN and CHROUT Kernal functions, in the CBM libraries. Greg King 2021-03-03 17:39:53 -05:00
  • 872739b5f4 Fix comments, return line and bordercolor return jede 2021-03-03 22:14:29 +01:00
  • 047d0f479b Comments format fix. acqn 2021-03-01 15:26:51 +08:00
  • 2aad72af90 Removed trailing whitespaces. acqn 2021-02-15 18:37:01 +08:00
  • cdbe23c351 Fix missing new line in bordercolr jede 2021-03-01 23:21:58 +01:00
  • 3adddf5825 Merge branch 'master' of https://github.com/jedeoric/cc65 jede 2021-03-01 23:20:37 +01:00
  • 185c451000 Fix cputdirect jede 2021-03-01 23:19:30 +01:00
  • ba4310f589 Merge branch 'master' into master jedeoric 2021-03-01 23:03:34 +01:00
  • abef6566e7 Add revers.s jede 2021-03-01 22:45:05 +01:00
  • 8ec6d28f92 Revert read.s jede 2021-03-01 22:44:06 +01:00
  • 256b22f1c7 Add bordercolor and cvline jede 2021-03-01 22:36:09 +01:00
  • 02e52fe24d Fix many bugs jede 2021-03-01 22:33:12 +01:00
  • 3caceb8174 Fixed result type in certain contant expression addition cases. acqn 2021-02-15 17:30:17 +08:00
  • f2eed38fc8 Fixed expression type of the result of numeric constant comparison. acqn 2021-02-15 09:50:40 +08:00
  • ea0c634e12 Improved codegen for unsigned char type comparison with numeric constants. acqn 2021-02-23 17:39:02 +08:00
  • 6f5ad51816 Added testcase for Issue #1408. acqn 2021-02-23 13:47:39 +08:00
  • d628772cd1 Fixed signed char type comparison with unsigned numeric constants. acqn 2021-02-22 23:46:26 +08:00
  • f1c715c455 Fixed a bug that pointer subtraction results from two absolute addresses are calculated as unsigned long. acqn 2021-02-07 11:35:36 +08:00
  • da4cc08b78 Moved and improved test case for Issue #1310. acqn 2021-02-03 12:22:46 +08:00
  • 81d6321cd7 Fixed internal representation of calculated constant results. Minor clean-up. acqn 2020-10-29 21:12:48 +08:00
  • 24985f1b33 Added testcase for the "deferred ops in unevaluated context" bug. acqn 2021-02-22 12:00:10 +08:00
  • eadaf2fef8 Fixed deferred post-inc and post-dec in unevaluated context such as 'sizeof(i++)'. acqn 2021-02-21 16:43:46 +08:00
  • bb3a2db5a0 Fixed an ambiguous statement about CONDES segments. Greg King 2021-02-21 15:44:59 -05:00
  • acb5af539f Fixed the ld65 configure files for the cx16 platform. Greg King 2021-02-21 14:02:49 -05:00
  • 131f96eb1e Moved testcase for issue #1397. acqn 2021-02-13 22:11:01 +08:00
  • 55ae350fed Fixed 'Opt_staxspidx' for the invariant of 'staxspidx'. acqn 2021-02-13 22:02:52 +08:00
  • 3a7282544e Moved convert.system from geos-apple to apple2[enh]. Oliver Schmidt 2021-02-17 10:49:53 +01:00
  • b12758fe53 include/atari.h: fix typo in _setcolor() prototype Christian Groessler 2021-02-16 14:07:47 +01:00
  • 98f8064b83 Made the directory functions compatible with the Commander X16's DOS. Greg King 2021-02-15 08:50:34 -05:00
  • 43881afca2 doc/atari5200.sgml: document splash screen user changeable settings Christian Groessler 2021-02-11 20:56:28 +01:00
  • 9cd1ffa6a6 doc/ld65.sgml: document the INIT segment Christian Groessler 2021-02-11 19:20:11 +01:00
  • ab8bb26868 added testcase for issue #1937 mrdudz 2021-02-09 19:50:08 +01:00
  • 6c90f3e2d2 atarixl configs: RAM memory area was renamed to MAIN in d8c31cf1d3 Christian Groessler 2021-02-09 11:22:58 +01:00
  • 8551431233 Optimized based on https://github.com/cc65/cc65/pull/1393. Oliver Schmidt 2021-02-05 11:54:07 +01:00
  • a9dac3b1ef Fix X register for kbhit jede 2021-02-02 12:32:42 +01:00
  • b52ee25385 Rollback read.s jede 2021-02-01 23:21:41 +01:00
  • f622783ae1 kbhit added for telestrat target jede 2021-02-01 17:53:07 +01:00
  • 6c59a6254f Now getchar works jede 2020-10-23 23:47:30 +02:00
  • 95830cce29 Fixed test/misc/bug1265.c with its output. acqn 2021-01-24 18:19:54 +08:00
  • bfc7a51a44 Fixed Issue #1265 according to C89/C99 standards. acqn 2020-10-10 19:54:18 +08:00
  • c9ac515286 Functions with no prototypes might use EAX registers. acqn 2021-01-24 18:19:51 +08:00
  • a1992702f8 Declarations of 'extern' object and function should be visible in the file scope. acqn 2021-01-24 18:19:48 +08:00
  • a040c28cc4 Moved test for #1374. acqn 2021-01-19 20:55:56 +08:00
  • b99455cc47 Fixed Issue #1374. acqn 2021-01-19 20:47:11 +08:00
  • 0846219672 added testprogram for issue #1374 mrdudz 2021-01-16 16:40:58 +01:00
  • 0636c4bc30 Merge pull request #1 from cc65/master polluks2 2021-01-13 12:26:00 +01:00
  • a861d84011 Fixed recent addition of __A__. Oliver Schmidt 2021-01-06 16:09:55 +01:00
  • 0884278ae3 Correction in documentation regarding __A__ pseudo variable Piotr Kaczorowski 2021-01-06 16:02:25 +01:00
  • e3fa247012 Yet another fix typo in cc65.sgml Piotr Kaczorowski 2021-01-05 17:48:46 +01:00
  • 601e628343 Another fix typo in cc65.sgml Piotr Kaczorowski 2021-01-04 22:16:07 +01:00
  • 68e1faa2c8 Fix typo in cc65.sgml Piotr Kaczorowski 2021-01-04 22:10:16 +01:00
  • 9662469957 Return-type warning and pseudo variable __A__ documentation added. Piotr Kaczorowski 2021-01-04 22:05:55 +01:00
  • a9b71b6207 return-type - new warning suppression type added Rocky 2021-01-01 15:39:23 +01:00
  • d90cd11212 Fixed outdated comments. Greg King 2020-12-27 18:22:12 -05:00
  • 9800555bbb Remove stale comments. Sven Michael Klose 2020-11-20 03:50:19 +01:00
  • 9d62abb7ac Fix comment. Sven Michael Klose 2020-11-03 11:54:50 +01:00
  • db31204950 Remove stale comment. Sven Michael Klose 2020-11-03 11:53:56 +01:00
  • 6201300816 Fold constant calculation. Sven Michael Klose 2020-11-03 11:52:58 +01:00
  • f59cb9af06 Use more compact loops. Sven Michael Klose 2020-11-01 22:59:07 +01:00
  • 99c0815cdb Clear up comments a bit. Sven Michael Klose 2020-10-27 06:08:04 +01:00
  • 3957310950 Knock off two bytes from getcwd(), cbm_read() and cbm_write(). Sven Michael Klose 2020-10-25 14:27:26 +01:00
  • e0c12c90cd g_asr, g_asl: Use ROL/ROR for char shifts by >= 6 Jesse Rosenstock 2020-11-15 23:03:01 +01:00
  • ef258bdc19 remove TABs which again slipped in.... Christian Groessler 2020-12-25 07:16:26 +01:00
  • d67b955e52 Fixed example of the OS struct usage for Atari 5200 michael 2020-12-23 23:50:10 +01:00
  • 2e9bada1f2 Atari 5200 OS header refinements baktrasf 2020-12-23 23:35:09 +01:00
  • 1c72da4904 Add operating system symbols for the Atari 5200 target baktrasf 2020-12-21 21:31:53 +01:00
  • dfd047ce6a g_typeadjust: Use CF_CHAR for char args Jesse Rosenstock 2020-11-13 09:01:26 +01:00
  • b2c1a77bb3 Fixed the cc65 code that optimizes 16-bit compares when the high bytes are known to be equal. Greg King 2020-12-24 12:27:09 -05:00
  • 0f4cb443b4 Improved device I/O under DOS 3.3 Oliver Schmidt 2020-12-19 19:54:12 +01:00
  • 59c58acbe3 Documented the address size argument of the bss-name, code-name, data-name, and rodata-name pragmas. Greg King 2020-12-05 23:04:48 -05:00
  • b22d8c7441 Added STATUS (0) definition Olli Savia 2020-11-28 13:03:48 +02:00
  • 9563541870 crt0 clean-up Polluks 2020-11-29 17:10:34 +01:00
  • 5fa7b90e05 crt0 clean-up Polluks 2020-11-29 17:10:34 +01:00
  • 2646c06f61 docs: fix simple typo, paramater -> parameter Tim Gates 2020-11-29 18:23:52 +11:00
  • c663f64542 Added features; changed FFF0 segments Polluks 2020-11-27 15:05:07 +01:00
  • a538188d90 Fixed some config mistakes Polluks 2020-11-26 12:48:58 +01:00
  • 9538ca29b2 Unified #1345 Polluks 2020-11-20 00:54:15 +01:00
  • a0d986faf8 Fixed the horizontal movement of the mouse pointer on platforms with the VIC-II display chip. Greg King 2020-11-27 21:19:49 -05:00
  • 8b42f570e9 Fixed code that caused a seg-fault after parsing a (deferred) post-count argument followed by a (nested) function-call argument. Greg King 2020-11-20 17:29:26 -05:00
  • 79bdc2d51f Set correct prerequisite. Oliver Schmidt 2020-11-20 19:19:55 +01:00
  • cffcbce60f Bumped version. Oliver Schmidt 2020-11-20 19:11:20 +01:00
  • c11e389a94 move testcase for issue #1320 into test/misc mrdudz 2020-11-20 17:25:10 +01:00
  • 48710af55a make plasma sample work again despite issue #1348 mrdudz 2020-11-19 23:21:06 +01:00
  • 0d46af2e9c Merge branch 'master' of https://github.com/cc65/cc65 mrdudz 2020-11-19 23:12:46 +01:00
  • 23273584a0 testcase for issue #1348 mrdudz 2020-11-19 23:12:16 +01:00
  • 032b4e3979 Fixed typo Zsolt Branyiczky 2020-11-19 21:22:40 +01:00
  • 63543dee07 Revert transient modification of EATab Table 0 comment Zsolt Branyiczky 2020-11-19 12:44:33 +01:00
  • adad3d2e87 Revert "adding c64dtv device to the supported ones" Zsolt Branyiczky 2020-11-19 12:37:51 +01:00
  • b2c55c3338 adding c64dtv device to the supported ones Zsolt Branyiczky 2020-11-18 15:47:09 +01:00
  • 36f5dcbb6e added 6502dtv opdoces testcases and corrected cpudetect Zsolt Branyiczky 2020-11-18 15:29:56 +01:00
  • 527500cedc instruction table contained wrong parameters at SIR opcode Zsolt Branyiczky 2020-11-18 15:28:15 +01:00
  • 0e98818db5 assembled SAC and SIR opcodes of 6502DTV cpu were wrong Zsolt Branyiczky 2020-11-18 15:26:23 +01:00
  • 1c5c07406c cpudetect.s needs this file to run its test for 6502dtv cpu Zsolt Branyiczky 2020-11-18 09:51:01 +01:00
  • 843b94388a added asm test for 6502DTV cpu Zsolt Branyiczky 2020-11-16 22:16:40 +01:00
  • 130d3b52a2 new macros supporting 6502DTV cpu Zsolt Branyiczky 2020-11-16 22:16:14 +01:00
  • 4205a04a34 6502DTV is not a superset of 6502X more Zsolt Branyiczky 2020-11-16 22:15:47 +01:00
  • c59e8277ae Added prototype Polluks 2020-11-18 01:13:10 +01:00
  • a0596eae6e Added waitvsync for PET Polluks 2020-11-18 01:05:40 +01:00
  • bd6e5927c4 Fixed #1341 Polluks 2020-11-18 01:01:17 +01:00