1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

Commit Graph

  • 510508df66
    Merge 9b5d11abde into 0541b65aa4 pm100 2024-06-25 19:11:47 +0200
  • 173662b11d
    Merge fa07cba622 into 0541b65aa4 Stefan 2024-06-23 10:19:04 +0200
  • 31ae94eaaf
    Merge 3d5fd0489e into 0541b65aa4 Scott Hutter 2024-06-22 22:41:10 +0200
  • aaecce01cb
    Merge eb2acfc3e4 into 0541b65aa4 pm100 2024-06-22 15:00:29 +0200
  • 0541b65aa4
    Merge pull request #2434 from colinleroy/strcasestr master Bob Andrews 2024-06-22 15:00:17 +0200
  • 24fa9bcc80
    Merge 6bcce49d5d into db178e55fe Movax12 2024-06-20 13:22:16 +0000
  • a0c7ea2081
    Merge 122461a08c into db178e55fe laubzega 2024-06-20 12:09:01 +0000
  • a8cc98b1f3
    Merge 9344c42329 into db178e55fe Bob Andrews 2024-06-20 10:59:47 +0000
  • 018dfe893c
    Merge 179efc99fd into db178e55fe Jarhmander 2024-06-20 10:00:04 +0000
  • 3d5fd0489e replaced constant xlar54 2024-06-19 23:52:25 -0500
  • 3b494ad6f2 alignment fixes xlar54 2024-06-19 23:50:54 -0500
  • 149499ad0e
    Merge 91d1f43ddd into db178e55fe dmsc 2024-06-20 01:41:55 +0000
  • 11620a74de
    Merge ae7a38f3de into db178e55fe greg-king5 2024-06-19 20:18:30 +0300
  • 10aee37c9c
    Merge e3dd2e6523 into db178e55fe Bob Andrews 2024-06-18 18:27:18 -0500
  • ad0a193bcb task: wrote script to regex functions and docs from header files Robert Eaglestone 2024-06-18 18:23:23 -0500
  • 600c78342f
    Merge e8e0c41f87 into db178e55fe Renan Ribeiro 2024-06-17 18:47:41 -0700
  • 6098ac2788 fix for getdefpalette xlar54 2024-06-16 16:06:38 -0500
  • 6dbf5f528a argh dangling spaces xlar54 2024-06-16 14:51:53 -0500
  • 5caed9a15f fixed setpalette xlar54 2024-06-16 14:46:00 -0500
  • db178e55fe
    Merge pull request #2450 from ops/plus4-c16-asm Bob Andrews 2024-06-16 19:06:51 +0200
  • 4989ce485c Build hello-asm.s on C16 & Plus/4 Olli Savia 2024-06-16 19:15:54 +0300
  • 64cfb322cc Added asm configs for C16 & Plus/4 Olli Savia 2024-06-16 19:14:24 +0300
  • 35d638cb09
    Merge pull request #2447 from ops/helloworld Bob Andrews 2024-06-16 16:05:54 +0200
  • a1ca451e69 Renamed: hello.s -> hello-asm.s Olli Savia 2024-06-16 09:35:44 +0300
  • 550f94b773 make setpalette return error xlar54 2024-06-13 23:13:05 -0500
  • 60f9081ea4 some comment alignment xlar54 2024-06-13 21:40:51 -0500
  • 0837f9c25f spaces xlar54 2024-06-13 21:29:37 -0500
  • b7f4c17460 dangling spaces xlar54 2024-06-13 21:23:50 -0500
  • d24a8d7e61 fixed newline xlar54 2024-06-13 21:09:02 -0500
  • ff5091202f docs xlar54 2024-06-13 21:00:40 -0500
  • 5976e3b85d Add sample assembly program for Commodore machines Olli Savia 2024-06-13 16:22:42 +0300
  • 3b8610bd57
    Merge a24196ee41 into 2c4d4d3314 Bob Andrews 2024-06-13 02:04:00 +0000
  • bb7bd47246
    Merge a99f239fb2 into 2c4d4d3314 polluks2 2024-06-12 23:28:52 +0000
  • 91cdc0d705 removed unneeded code xlar54 2024-06-12 16:45:24 -0500
  • 2c4aca43df fixed some text alignment xlar54 2024-06-12 16:40:23 -0500
  • 3ea0ded65d initial xlar54 2024-06-12 16:23:30 -0500
  • cddb0b7758
    Merge 9905c71474 into 2c4d4d3314 laubzega 2024-06-03 19:50:29 +0300
  • 2c4d4d3314 add -j2 to make test invocations mrdudz 2024-05-16 18:57:29 +0200
  • 86e5acd679 fix race condition as proposed in #2420 mrdudz 2024-05-16 18:57:08 +0200
  • 84153e809e
    Merge pull request #2438 from ops/exehdr Bob Andrews 2024-05-15 14:11:08 +0200
  • 90723d7dd1
    Merge pull request #2132 from vrubleg/ulabel Bob Andrews 2024-05-14 20:10:06 +0200
  • b1e1c13d4b
    Merge pull request #2437 from bbbradsmith/sim65-examples Bob Andrews 2024-04-25 23:52:08 +0200
  • 793aa48a49 Add doc Colin Leroy-Mira 2024-04-19 08:13:41 +0200
  • a823d90082 Separated versions Colin Leroy-Mira 2024-04-19 07:57:47 +0200
  • 8804dc7a58 give cl65 alternative bbbradsmith 2024-04-16 16:56:13 -0400
  • 4bc726ebe2 clarify the meaning of the exit code unsigned limitation bbbradsmith 2024-04-16 16:41:00 -0400
  • fa1a426c29 add -t sim6502 to cc65 and ca65 examples bbbradsmith 2024-04-16 14:06:45 -0400
  • f789316f86 Add a test for the unnamed labels. Evgeny Vrublevsky 2024-04-07 12:59:38 +0300
  • 270f3544b5 Document changes in unnamed labels. Evgeny Vrublevsky 2023-09-23 19:59:28 +0300
  • c500cb9086 Add support of unnamed labels with @ (.localchar) prefix. Evgeny Vrublevsky 2023-06-03 16:33:18 +0300
  • 074ec82126 Added missing EXEHDR Olli Savia 2024-04-02 19:25:15 +0300
  • 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 -0400
  • 79585194e6 provide simple examples for using sim65 with C and assembly code bbbradsmith 2024-03-28 16:33:20 -0400
  • fa07cba622
    Update atmos.sgml Stefan 2024-03-26 16:58:21 +0100
  • 6121aeeea2
    Alternative Atmos args Stefan 2024-03-26 16:40:24 +0100
  • 71d82ab5d9 Use common naming scheme for tolowerdirect Colin Leroy-Mira 2024-03-22 17:19:26 +0100
  • 0c681b42ef Factorize to save 20 bytes Colin Leroy-Mira 2024-03-19 18:07:17 +0100
  • 9b5d11abde fix blank lines paul moore 2024-03-18 16:08:13 -0700
  • 1f1f2c5a68 move options, add doc paul moore 2024-03-18 16:04:49 -0700
  • eb2acfc3e4 move options, add doc paul moore 2024-03-18 15:58:00 -0700
  • b5d259bafb Implement strcasestr as part of strstr Colin Leroy-Mira 2024-03-18 19:52:04 +0100
  • 82165c1a77 Implement strcasestr Colin Leroy-Mira 2024-03-18 18:40:45 +0100
  • b993d88339 second half of #2420 - don't use the loop macro. Fixes -j13 for me mrdudz 2024-03-17 17:19:42 +0100
  • e3dd2e6523 Merge branch 'master' into fptest mrdudz 2024-03-10 02:39:47 +0100
  • 25967e65b5
    Merge pull request #2424 from acqn/Cleanup Bob Andrews 2024-03-10 02:39:14 +0100
  • a0aea11f88 Merge branch 'master' into fptest mrdudz 2024-03-10 02:34:39 +0100
  • a372ead4de
    Merge pull request #2334 from carlo-bramini/fix-sim65-1 Bob Andrews 2024-03-10 00:37:18 +0100
  • 081d18f7d7
    Merge pull request #2422 from acqn/SubFix Bob Andrews 2024-03-09 13:02:27 +0100
  • a293920fb3
    Merge pull request #2423 from acqn/BitfieldFix Bob Andrews 2024-03-09 12:05:20 +0100
  • 60c75bdb54
    Merge pull request #2414 from SvenMichaelKlose/master Bob Andrews 2024-03-09 12:00:42 +0100
  • 1fe12f112e
    Merge branch 'cc65:master' into master Sven Michael Klose 2024-03-08 17:41:06 +0100
  • a887b29ffb Revert "Test strtok()." Sven Michael Klose 2024-03-05 07:04:59 +0100
  • 731f349b24 Removed ParamTypeCvt(). acqn 2024-02-29 18:24:22 +0800
  • 98767741ce Reorganized stuff in src/cc65/declare.c. acqn 2024-02-29 18:24:22 +0800
  • 9b2d27d1e1 Fixed the error recovery integer type used for bit-fields. acqn 2024-02-29 18:23:04 +0800
  • ae4a95ecf6 Fix some Makefile races Lauri Kasanen 2024-02-28 13:21:33 +0200
  • 23aa562094 Fixed potential errors with subtraction evaluation of identifiers at different memory locations. acqn 2024-02-24 15:34:38 +0800
  • 5c3ff714ae
    Merge pull request #2415 from polluks/patch-13 Bob Andrews 2024-02-23 16:16:46 +0100
  • 86317711e0 IIgs SCC: Rework branches to X-indexed variables Colin Leroy-Mira 2024-02-20 07:17:12 +0100
  • 8b71fafb84 IIgs SCC: Allow choosing 115200bps as the card allows it Colin Leroy-Mira 2024-02-19 21:30:26 +0100
  • 14fae95251 IIgs SCC: Rework branches to X-indexed variables Colin Leroy-Mira 2024-02-20 07:17:12 +0100
  • 1ca3d5d9f9 helloworld-demo netpipe 2024-02-19 15:49:47 -0700
  • 38e9c16a5f
    Delete samples/cbm/hello.s Clay Shippy 2024-02-19 15:37:57 -0700
  • 7aea91cf28 IIgs SCC: Allow choosing 115200bps as the card allows it Colin Leroy-Mira 2024-02-19 21:30:26 +0100
  • 3fd78208ba Disable IRQ if opening at 115200 bps Colin Leroy-Mira 2024-02-19 18:27:34 +0100
  • 7a12399b39 Allow choosing 115200bps as the card allows it Colin Leroy-Mira 2024-02-19 13:27:42 +0100
  • 575136c2d6 Disable IRQ if opening at 115200 bps Colin Leroy-Mira 2024-02-19 18:27:34 +0100
  • 96c7e2a313 Allow choosing 115200bps as the card allows it Colin Leroy-Mira 2024-02-19 13:27:42 +0100
  • 294b034920 Add configuration files for expanded VICs. Sven Michael Klose 2024-02-15 17:32:44 +0100
  • ab0eb4fe58
    oops Stefan 2024-02-15 09:03:46 +0100
  • 8d4946b3f4
    Fixed segv Stefan 2024-02-15 07:52:42 +0100
  • 3a7bd53956 Test strtok(). Sven Michael Klose 2024-02-15 01:05:35 +0100
  • 8173c850fd Fix size of MAIN to end at $1E00. Sven Michael Klose 2024-02-15 00:00:46 +0100
  • a310192da4 Use downwards copy on memcpy Colin Leroy-Mira 2024-02-14 19:58:27 +0100
  • 4bde3afd80
    Merge pull request #2410 from alexthissen/serial Bob Andrews 2024-02-12 12:50:02 +0100
  • 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 +0000
  • 8b172e05bc Applied optimization as per review 42Bastian Alex Thissen 2024-02-11 20:59:08 +0000
  • 1deb9e52ae Replaced last literal value for SERCTL Alex Thissen 2024-02-11 15:46:23 +0000
  • acff429eb8 Added redeye check for SER_HS_SW handshake Alex Thissen 2024-02-11 15:33:22 +0000
  • 6cf8ee8eb5 Removed baud rates from 150 and lower. Fixed tab Replaced uploader references to SERIAL_INTERRUPT Alex Thissen 2024-02-10 21:15:05 +0000