Commit Graph

  • 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
  • 5ba16654a3 Refined the hints about making new test reference files. Greg King 2020-11-17 15:06:05 -05:00
  • b0497f40b2 'test/isequal.c' doesn't change. Don't rebuild it for each test subdirectory. Greg King 2020-11-17 13:40:36 -05:00
  • 47bceb0eab Streamlined some makefiles. Greg King 2020-11-17 13:34:22 -05:00
  • 2ffb6af5d9 Simplified a bug test. Gave it an appropriate description, Greg King 2020-11-17 08:15:34 -05:00
  • 68cb15d0f9 Add test case for #1320 Jesse Rosenstock 2020-11-16 13:29:07 +01:00
  • 0cd8d37613 Fixed comment. Oliver Schmidt 2020-11-17 08:53:48 +01:00
  • 69c0363c7e Fixed CPU bitmask constants to match the CPU instruction set bitmasks computed in src/common/cpu.h. Oliver Schmidt 2020-11-16 18:50:15 +01:00
  • 116682c190 Avoid C99 idioms. Oliver Schmidt 2020-11-16 18:07:39 +01:00
  • c2c73e7d06 Move #1332 test from todo/ to val/ Jesse Rosenstock 2020-11-16 09:10:53 +01:00
  • 060417b0dc Adjust type of int constants that fit in char Jesse Rosenstock 2020-10-31 21:27:41 +01:00
  • 83ac2755fe Add test case for #1332 Jesse Rosenstock 2020-11-15 10:16:32 +01:00
  • 2915464667 Fixed cc65's generation of char-type bit-shift code. Greg King 2020-11-15 15:22:23 -05:00
  • 5f65252fa6 Added the cputdirect entry point to the cputc() functions in the two Oric libraries. Greg King 2020-11-15 11:44:12 -05:00
  • 2d7777b604 Instruction table is synchronized with the c65's one Zsolt Branyiczky 2020-11-14 11:00:50 +01:00
  • 0f7cf87bfa Synchronizin InsTab6502DTV instructions table for DTV with the illegal opcodes verified by VICE-emu tests Zsolt Branyiczky 2020-11-13 18:30:23 +01:00
  • dd44dc4d77 Fix typo Zsolt Branyiczky 2020-11-13 16:28:59 +01:00
  • 06dfef81a1 Added 6502dtv description to cpu option Zsolt Branyiczky 2020-11-13 16:24:17 +01:00
  • 92c013944e Mistyped comment, missing comma Zsolt Branyiczky 2020-11-13 14:53:18 +01:00
  • b33b053307 add c64dtv support Zsolt Branyiczky 2020-11-10 10:32:29 +01:00
  • 77da8d5490 vic20.cfg: add missing comma Christian Groessler 2020-11-11 17:20:25 +01:00
  • 53f055fb1d Reduce stack size to 256B for unexpanded VICs. Sven Michael Klose 2020-11-11 12:15:09 +01:00
  • 93145246fd Add tests for u8 op s16_const Jesse Rosenstock 2020-10-31 18:20:15 +01:00
  • 5db74b4b19 Use u16 codegen for u8 x u8 ops Jesse Rosenstock 2020-10-28 08:13:30 +01:00