Commit Graph

  • 8a1e060b13 Fix function comment example. Sven Michael Klose 2024-07-22 23:51:16 +02:00
  • 2ea216a521 Merge branch 'fix-joystick' of ssh://github/karrika/cc65 into fix-joystick karri 2024-07-20 13:18:16 +03:00
  • 19899022af Add support for different joysticks karri 2024-07-20 13:14:22 +03:00
  • d5fecbf10b Add project origin and people and table of supported targets. Sven Michael Klose 2024-07-18 11:24:36 +02:00
  • d3e0f7b392 Make document human-readable and split out name clashes section. Sven Michael Klose 2024-07-18 10:00:16 +02:00
  • 03d824e13b Merge pull request #2464 from SvenMichaelKlose/stpcpy Bob Andrews 2024-07-16 01:47:11 +02:00
  • aed94d2dae Fix code style. Sven Michael Klose 2024-07-16 01:33:48 +02:00
  • 6551d455b1 Merge pull request #2463 from SvenMichaelKlose/test_strtok Bob Andrews 2024-07-15 22:56:10 +02:00
  • 677cd8ff4e Use standard library's exit() code constants. Sven Michael Klose 2024-07-15 17:54:43 +02:00
  • 9558ebad62 Add test for stpcpy(). Sven Michael Klose 2024-07-15 17:35:28 +02:00
  • 816bcabe5a Move strtok() test to correct section. Sven Michael Klose 2024-07-14 23:12:59 +02:00
  • c385e52c12 Merge branch 'master' into test_strtok Sven Michael Klose 2024-07-14 13:59:18 +02:00
  • 1d1dd425c1 Merge pull request #2448 from Commodore64128/master Bob Andrews 2024-07-12 12:40:43 +02:00
  • af3ac42373 Move stpcpy() to non-standard section. Sven Michael Klose 2024-07-07 19:48:44 +02:00
  • 581b79e0b9 Add stpcpy(). Sven Michael Klose 2024-07-07 14:04:49 +02:00
  • 2f25b18074 Merge pull request #2462 from SvenMichaelKlose/gcc14_make_test_fix Bob Andrews 2024-07-07 13:49:45 +02:00
  • cdb2d49e3a Test strtok(). Sven Michael Klose 2024-07-07 01:02:32 +02:00
  • 871bafa5b3 Keep gcc-14 from aborting with errors due to new defaults. Sven Michael Klose 2024-07-07 00:48:15 +02:00
  • 0541b65aa4 Merge pull request #2434 from colinleroy/strcasestr Bob Andrews 2024-06-22 15:00:17 +02:00
  • 3d5fd0489e replaced constant xlar54 2024-06-19 23:52:25 -05:00
  • 3b494ad6f2 alignment fixes xlar54 2024-06-19 23:50:54 -05:00
  • 6098ac2788 fix for getdefpalette xlar54 2024-06-16 16:06:38 -05:00
  • 6dbf5f528a argh dangling spaces xlar54 2024-06-16 14:51:53 -05:00
  • 5caed9a15f fixed setpalette xlar54 2024-06-16 14:46:00 -05:00
  • db178e55fe Merge pull request #2450 from ops/plus4-c16-asm Bob Andrews 2024-06-16 19:06:51 +02:00
  • 4989ce485c Build hello-asm.s on C16 & Plus/4 Olli Savia 2024-06-16 19:15:54 +03:00
  • 64cfb322cc Added asm configs for C16 & Plus/4 Olli Savia 2024-06-16 19:14:24 +03:00
  • 35d638cb09 Merge pull request #2447 from ops/helloworld Bob Andrews 2024-06-16 16:05:54 +02:00
  • a1ca451e69 Renamed: hello.s -> hello-asm.s Olli Savia 2024-06-16 09:35:44 +03:00
  • 550f94b773 make setpalette return error xlar54 2024-06-13 23:13:05 -05:00
  • 60f9081ea4 some comment alignment xlar54 2024-06-13 21:40:51 -05:00
  • 0837f9c25f spaces xlar54 2024-06-13 21:29:37 -05:00
  • b7f4c17460 dangling spaces xlar54 2024-06-13 21:23:50 -05:00
  • d24a8d7e61 fixed newline xlar54 2024-06-13 21:09:02 -05:00
  • ff5091202f docs xlar54 2024-06-13 21:00:40 -05:00
  • 5976e3b85d Add sample assembly program for Commodore machines Olli Savia 2024-06-13 16:22:42 +03:00
  • 91cdc0d705 removed unneeded code xlar54 2024-06-12 16:45:24 -05:00
  • 2c4aca43df fixed some text alignment xlar54 2024-06-12 16:40:23 -05:00
  • 3ea0ded65d initial xlar54 2024-06-12 16:23:30 -05:00
  • 2c4d4d3314 add -j2 to make test invocations mrdudz 2024-05-16 18:57:29 +02:00
  • 86e5acd679 fix race condition as proposed in #2420 mrdudz 2024-05-16 18:57:08 +02:00
  • 84153e809e Merge pull request #2438 from ops/exehdr Bob Andrews 2024-05-15 14:11:08 +02:00
  • 90723d7dd1 Merge pull request #2132 from vrubleg/ulabel Bob Andrews 2024-05-14 20:10:06 +02:00
  • b1e1c13d4b Merge pull request #2437 from bbbradsmith/sim65-examples Bob Andrews 2024-04-25 23:52:08 +02:00
  • 793aa48a49 Add doc Colin Leroy-Mira 2024-04-19 08:13:41 +02:00
  • a823d90082 Separated versions Colin Leroy-Mira 2024-04-19 07:57:47 +02:00
  • 8804dc7a58 give cl65 alternative bbbradsmith 2024-04-16 16:56:13 -04:00
  • 4bc726ebe2 clarify the meaning of the exit code unsigned limitation bbbradsmith 2024-04-16 16:41:00 -04:00
  • fa1a426c29 add -t sim6502 to cc65 and ca65 examples bbbradsmith 2024-04-16 14:06:45 -04:00
  • f789316f86 Add a test for the unnamed labels. Evgeny Vrublevsky 2024-04-07 12:59:38 +03:00
  • 270f3544b5 Document changes in unnamed labels. Evgeny Vrublevsky 2023-09-23 19:59:28 +03:00
  • c500cb9086 Add support of unnamed labels with @ (.localchar) prefix. Evgeny Vrublevsky 2023-06-03 16:33:18 +03:00
  • 074ec82126 Added missing EXEHDR Olli Savia 2024-04-02 19:25:15 +03:00
  • 89b709c7f8 make it clearer that explicit lib is required, note that exit is from stdlib.h, exit codes are unsigned, tweak "see below" for spacing, clarify that assembly can be used with C tests as well bbbradsmith 2024-03-28 16:55:55 -04:00
  • 79585194e6 provide simple examples for using sim65 with C and assembly code bbbradsmith 2024-03-28 16:33:20 -04:00
  • 71d82ab5d9 Use common naming scheme for tolowerdirect Colin Leroy-Mira 2024-03-22 17:19:26 +01:00
  • 0c681b42ef Factorize to save 20 bytes Colin Leroy-Mira 2024-03-19 18:07:17 +01:00
  • 9b5d11abde fix blank lines paul moore 2024-03-18 16:08:13 -07:00
  • 1f1f2c5a68 move options, add doc paul moore 2024-03-18 16:04:49 -07:00
  • eb2acfc3e4 move options, add doc paul moore 2024-03-18 15:58:00 -07:00
  • b5d259bafb Implement strcasestr as part of strstr Colin Leroy-Mira 2024-03-18 19:52:04 +01:00
  • 82165c1a77 Implement strcasestr Colin Leroy-Mira 2024-03-18 18:40:45 +01:00
  • b993d88339 second half of #2420 - don't use the loop macro. Fixes -j13 for me mrdudz 2024-03-17 17:19:42 +01:00
  • 25967e65b5 Merge pull request #2424 from acqn/Cleanup Bob Andrews 2024-03-10 02:39:14 +01:00
  • a372ead4de Merge pull request #2334 from carlo-bramini/fix-sim65-1 Bob Andrews 2024-03-10 00:37:18 +01:00
  • 081d18f7d7 Merge pull request #2422 from acqn/SubFix Bob Andrews 2024-03-09 13:02:27 +01:00
  • a293920fb3 Merge pull request #2423 from acqn/BitfieldFix Bob Andrews 2024-03-09 12:05:20 +01:00
  • 60c75bdb54 Merge pull request #2414 from SvenMichaelKlose/master Bob Andrews 2024-03-09 12:00:42 +01:00
  • 1fe12f112e Merge branch 'cc65:master' into master Sven Michael Klose 2024-03-08 17:41:06 +01:00
  • a887b29ffb Revert "Test strtok()." Sven Michael Klose 2024-03-05 07:04:59 +01:00
  • 731f349b24 Removed ParamTypeCvt(). acqn 2024-02-29 18:24:22 +08:00
  • 98767741ce Reorganized stuff in src/cc65/declare.c. acqn 2024-02-29 18:24:22 +08:00
  • 9b2d27d1e1 Fixed the error recovery integer type used for bit-fields. acqn 2024-02-29 18:23:04 +08:00
  • 23aa562094 Fixed potential errors with subtraction evaluation of identifiers at different memory locations. acqn 2024-02-24 15:34:38 +08:00
  • 5c3ff714ae Merge pull request #2415 from polluks/patch-13 Bob Andrews 2024-02-23 16:16:46 +01:00
  • 86317711e0 IIgs SCC: Rework branches to X-indexed variables Colin Leroy-Mira 2024-02-20 07:17:12 +01:00
  • 8b71fafb84 IIgs SCC: Allow choosing 115200bps as the card allows it Colin Leroy-Mira 2024-02-19 21:30:26 +01:00
  • 3fd78208ba Disable IRQ if opening at 115200 bps Colin Leroy-Mira 2024-02-19 18:27:34 +01:00
  • 7a12399b39 Allow choosing 115200bps as the card allows it Colin Leroy-Mira 2024-02-19 13:27:42 +01:00
  • 4d3153e10e add rp6502 xregn rumbledethumps 2024-02-17 16:02:57 -08:00
  • f42e6a26b2 xstack bump to 512 rumbledethumps 2024-02-17 15:47:51 -08:00
  • b8b263b38c Merge branch 'cc65:master' into master rumbledethumps 2024-02-17 14:54:12 -08:00
  • 294b034920 Add configuration files for expanded VICs. Sven Michael Klose 2024-02-15 17:32:44 +01:00
  • ab0eb4fe58 oops Stefan 2024-02-15 09:03:46 +01:00
  • 8d4946b3f4 Fixed segv Stefan 2024-02-15 07:52:42 +01:00
  • 3a7bd53956 Test strtok(). Sven Michael Klose 2024-02-15 01:05:35 +01:00
  • 8173c850fd Fix size of MAIN to end at $1E00. Sven Michael Klose 2024-02-15 00:00:46 +01:00
  • 4bde3afd80 Merge pull request #2410 from alexthissen/serial Bob Andrews 2024-02-12 12:50:02 +01:00
  • 7d6f3d24d4 Changed sta (ptr1,x) to sta (ptr1) Reset serial status on ser_close Fixed error for saving serial state Alex Thissen 2024-02-11 23:12:27 +00:00
  • 8b172e05bc Applied optimization as per review 42Bastian Alex Thissen 2024-02-11 20:59:08 +00:00
  • 1deb9e52ae Replaced last literal value for SERCTL Alex Thissen 2024-02-11 15:46:23 +00:00
  • acff429eb8 Added redeye check for SER_HS_SW handshake Alex Thissen 2024-02-11 15:33:22 +00:00
  • 6cf8ee8eb5 Removed baud rates from 150 and lower. Fixed tab Replaced uploader references to SERIAL_INTERRUPT Alex Thissen 2024-02-10 21:15:05 +00:00
  • 65bce9ecde Implemented mark and space checks. Alex Thissen 2024-02-09 12:54:00 +00:00
  • 014f85f226 Fixed baud rates Alex Thissen 2024-02-09 10:42:52 +00:00
  • 788ae82d30 Fixes to serial driver implementation Alex Thissen 2024-02-09 00:09:16 +00:00
  • b04d79b1da [SIM65] Support undocumented opcodes for 6502 Carlo Bramini 2024-01-04 13:12:52 +01:00
  • 7b790cf883 add RIA_OP_CLOCK to asm inc rumbledethumps 2024-02-04 23:38:44 -08:00
  • 3dfe033000 update actions/upload-artifact@v3->actions/upload-artifact@v4, actions/cache@v3->actions/cache@v4 mrdudz 2024-02-03 17:02:08 +01:00
  • 5acfb02794 update actions/checkout@v3 -> actions/checkout@v4 and microsoft/setup-msbuild@v1.1 -> microsoft/setup-msbuild@v2. lets see what happens :) mrdudz 2024-02-03 16:20:17 +01:00