Commit Graph

  • 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
  • 934de685bc this is pr #2194 - removed ramfont.o mrdudz 2024-02-03 01:34:21 +01:00
  • ce14f0f8ad Merge pull request #2401 from colinleroy/enabled-windows-tests-on-PR Bob Andrews 2024-02-02 21:59:09 +01:00
  • a06431a8f9 Merge pull request #2402 from colinleroy/a-bit-of-65c02-optimisations Bob Andrews 2024-02-02 21:58:04 +01:00
  • eb503cc542 Merge pull request #2390 from colinleroy/implement-shifts-by-7 Bob Andrews 2024-02-02 20:17:48 +01:00
  • 1fab179cb4 a BIT of 65C02 optimisations Colin Leroy-Mira 2024-02-01 20:05:57 +01:00
  • c4c6967e4a Enable Windows tests on pull requests Colin Leroy-Mira 2024-02-02 19:34:45 +01:00
  • 2a03e5d8c9 Merge pull request #2392 from colinleroy/asm-fputc-fputs Bob Andrews 2024-02-02 19:41:23 +01:00
  • 128f261c3a Merge pull request #2389 from colinleroy/fix-2388 Bob Andrews 2024-02-02 18:25:39 +01:00
  • d5c84e7828 Merge pull request #2398 from acqn/OptFix Bob Andrews 2024-02-02 17:20:31 +01:00
  • 54b423a99e fix test Bob Andrews 2024-02-02 13:13:57 +01:00
  • 96d55e3703 Fixed optimization for char-size bitwise XOR/OR/AND when the rhs operand is complicated. acqn 2024-02-02 19:00:33 +08:00
  • a7ac9b7ef2 Merge pull request #2397 from colinleroy/bug-2395-test Bob Andrews 2024-02-01 23:09:12 +01:00
  • 1e300bf768 Add test case for issue #2395 Colin Leroy-Mira 2024-02-01 20:13:05 +01:00
  • ce606bb19e Fix tests... Colin Leroy-Mira 2024-01-31 08:11:46 +01:00
  • afd8ee627e Remove useless branching code in fgets Colin Leroy-Mira 2024-01-30 19:52:48 +01:00
  • 2b97735d5d Factorize file pointer check Colin Leroy-Mira 2024-01-30 18:11:10 +01:00
  • 1a5a7d67a7 Rewrite fputc in assembly Colin Leroy-Mira 2024-01-30 17:59:33 +01:00
  • ba36071022 Rewrite fputs in assembly Colin Leroy-Mira 2024-01-30 17:51:00 +01:00
  • 7594af553a Fix #2388 Colin Leroy-Mira 2024-01-28 17:00:02 +01:00
  • 9ffa2d05e6 rp6502 validate write_xstack count rumbledethumps 2024-01-30 00:17:28 -08:00
  • dd95d20268 Merge branch 'cc65:master' into master rumbledethumps 2024-01-29 08:45:56 -08:00
  • 7d7cf2d1e0 Implement aslax7/shlax7/asrax7/shrax7 Colin Leroy-Mira 2024-01-28 21:33:12 +01:00
  • 51b946bf25 Merge pull request #2387 from colinleroy/sim65-implement-remove Bob Andrews 2024-01-28 16:53:29 +01:00