cc65-git Mailing List for cc65 (Page 4)
cc65 - a freeware C compiler for 6502 based systems
Brought to you by:
gpz
You can subscribe to this list here.
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
(24) |
May
(87) |
Jun
(28) |
Jul
(15) |
Aug
(14) |
Sep
(11) |
Oct
(20) |
Nov
(6) |
Dec
(11) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2014 |
Jan
(20) |
Feb
(54) |
Mar
(93) |
Apr
(25) |
May
(26) |
Jun
(14) |
Jul
(4) |
Aug
(2) |
Sep
(8) |
Oct
(9) |
Nov
(18) |
Dec
(3) |
| 2015 |
Jan
(4) |
Feb
(6) |
Mar
(12) |
Apr
(6) |
May
(7) |
Jun
(13) |
Jul
(15) |
Aug
(9) |
Sep
(14) |
Oct
(25) |
Nov
(8) |
Dec
(11) |
| 2016 |
Jan
(12) |
Feb
(10) |
Mar
(25) |
Apr
(5) |
May
(11) |
Jun
(31) |
Jul
(9) |
Aug
(16) |
Sep
(17) |
Oct
(2) |
Nov
(1) |
Dec
(5) |
| 2017 |
Jan
(8) |
Feb
(20) |
Mar
(27) |
Apr
(18) |
May
(25) |
Jun
(16) |
Jul
(17) |
Aug
(9) |
Sep
(11) |
Oct
(10) |
Nov
(27) |
Dec
(11) |
| 2018 |
Jan
(17) |
Feb
(19) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
(3) |
Feb
(18) |
Mar
(16) |
Apr
(17) |
May
(23) |
Jun
(5) |
Jul
(13) |
Aug
(3) |
Sep
(10) |
Oct
(18) |
Nov
(18) |
Dec
(6) |
| 2020 |
Jan
(9) |
Feb
(6) |
Mar
(11) |
Apr
(4) |
May
(12) |
Jun
(24) |
Jul
(78) |
Aug
(103) |
Sep
(43) |
Oct
(37) |
Nov
(39) |
Dec
(12) |
| 2021 |
Jan
(7) |
Feb
(19) |
Mar
(35) |
Apr
(32) |
May
(50) |
Jun
(12) |
Jul
|
Aug
(1) |
Sep
(10) |
Oct
(2) |
Nov
(6) |
Dec
(13) |
| 2022 |
Jan
(23) |
Feb
(26) |
Mar
(17) |
Apr
(30) |
May
(24) |
Jun
(17) |
Jul
(26) |
Aug
(24) |
Sep
(9) |
Oct
(9) |
Nov
(49) |
Dec
(9) |
| 2023 |
Jan
(15) |
Feb
(15) |
Mar
(11) |
Apr
(4) |
May
(67) |
Jun
(2) |
Jul
(1) |
Aug
(5) |
Sep
(28) |
Oct
(33) |
Nov
(22) |
Dec
(30) |
| 2024 |
Jan
(49) |
Feb
(15) |
Mar
(6) |
Apr
(2) |
May
(4) |
Jun
(4) |
Jul
(8) |
Aug
(6) |
Sep
(26) |
Oct
(5) |
Nov
(7) |
Dec
(26) |
| 2025 |
Jan
(15) |
Feb
(2) |
Mar
(12) |
Apr
(8) |
May
(27) |
Jun
(72) |
Jul
(64) |
Aug
(2) |
Sep
(9) |
Oct
(3) |
Nov
(12) |
Dec
(3) |
|
From: Bob A. <no...@gi...> - 2025-07-04 15:04:39
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: a19e00d30404db47463e3e99bc6fa4d66c822592 https://github.com/cc65/cc65/commit/a19e00d30404db47463e3e99bc6fa4d66c822592 Author: mrdudz <mr...@us...> Date: 2025-07-03 (Thu, 03 Jul 2025) Changed paths: M libsrc/c128/crt0.s Log Message: ----------- disable the basic interrupt before main(), fixes #2764 Commit: 315d6c4ae381baeb9bbca7d83b531644712488c4 https://github.com/cc65/cc65/commit/315d6c4ae381baeb9bbca7d83b531644712488c4 Author: Bob Andrews <mr...@us...> Date: 2025-07-04 (Fri, 04 Jul 2025) Changed paths: M libsrc/c128/crt0.s Log Message: ----------- Merge pull request #2768 from mrdudz/fix2764 disable the basic interrupt before main(), fixes #2764 Compare: https://github.com/cc65/cc65/compare/b24560c08355...315d6c4ae381 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-07-04 15:04:19
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 26cf19642c2b7ec0ae4e11ade6b90390811fa3bd https://github.com/cc65/cc65/commit/26cf19642c2b7ec0ae4e11ade6b90390811fa3bd Author: mrdudz <mr...@us...> Date: 2025-06-30 (Mon, 30 Jun 2025) Changed paths: M asminc/cbm510.inc M asminc/cbm610.inc M asminc/pet.inc M libsrc/c128/crt0.s M libsrc/c128/status.s M libsrc/c16/crt0.s M libsrc/c64/crt0.s M libsrc/c64/status.s M libsrc/cbm/getdevice.s M libsrc/cbm510/kreadst.s M libsrc/cbm510/ksetnam.s A libsrc/cbm510/status.s M libsrc/cbm610/crt0.s M libsrc/cbm610/kreadst.s M libsrc/cbm610/ksetnam.s A libsrc/cbm610/status.s M libsrc/pet/checkst.s M libsrc/pet/crt0.s M libsrc/pet/kreadst.s M libsrc/pet/status.s M libsrc/plus4/crt0.s M libsrc/plus4/kreadst.s M libsrc/plus4/status.s M libsrc/vic20/crt0.s M libsrc/vic20/status.s Log Message: ----------- initial patch from #1972 Commit: d91f4f0b822835a5166da1d01e9b5039de7458cb https://github.com/cc65/cc65/commit/d91f4f0b822835a5166da1d01e9b5039de7458cb Author: mrdudz <mr...@us...> Date: 2025-06-30 (Mon, 30 Jun 2025) Changed paths: M libsrc/c65/status.s M libsrc/mega65/status.s Log Message: ----------- adjust c65/mega65 functions Commit: aa41d51825172639a1ece2732416979a3dd44c6d https://github.com/cc65/cc65/commit/aa41d51825172639a1ece2732416979a3dd44c6d Author: mrdudz <mr...@us...> Date: 2025-06-30 (Mon, 30 Jun 2025) Changed paths: M samples/Makefile Log Message: ----------- add enumdevdir to cbm2 samples Commit: 81da8b21071535e1f6837bd92e9a610bfe8463a5 https://github.com/cc65/cc65/commit/81da8b21071535e1f6837bd92e9a610bfe8463a5 Author: mrdudz <mr...@us...> Date: 2025-06-30 (Mon, 30 Jun 2025) Changed paths: M libsrc/cbm/getdevice.s M libsrc/cbm610/kreadst.s Log Message: ----------- fix getdevice Commit: b24560c08355237fc4d58b256f5aac7fb24b14f8 https://github.com/cc65/cc65/commit/b24560c08355237fc4d58b256f5aac7fb24b14f8 Author: Bob Andrews <mr...@us...> Date: 2025-07-04 (Fri, 04 Jul 2025) Changed paths: M asminc/cbm510.inc M asminc/cbm610.inc M asminc/pet.inc M libsrc/c128/crt0.s M libsrc/c128/status.s M libsrc/c16/crt0.s M libsrc/c64/crt0.s M libsrc/c64/status.s M libsrc/c65/status.s M libsrc/cbm/getdevice.s M libsrc/cbm510/kreadst.s M libsrc/cbm510/ksetnam.s A libsrc/cbm510/status.s M libsrc/cbm610/crt0.s M libsrc/cbm610/kreadst.s M libsrc/cbm610/ksetnam.s A libsrc/cbm610/status.s M libsrc/mega65/status.s M libsrc/pet/checkst.s M libsrc/pet/crt0.s M libsrc/pet/kreadst.s M libsrc/pet/status.s M libsrc/plus4/crt0.s M libsrc/plus4/kreadst.s M libsrc/plus4/status.s M libsrc/vic20/crt0.s M libsrc/vic20/status.s M samples/Makefile Log Message: ----------- Merge pull request #2759 from mrdudz/test1972 Fixed #1970 (Missing definition for ST on cbm610 with getdevice) (was #1972) Compare: https://github.com/cc65/cc65/compare/fd973cd5444e...b24560c08355 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-07-04 15:02:01
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: fcbc253bf993357d99c1bf98535a9393addd8441 https://github.com/cc65/cc65/commit/fcbc253bf993357d99c1bf98535a9393addd8441 Author: Colin Leroy-Mira <co...@co...> Date: 2025-07-03 (Thu, 03 Jul 2025) Changed paths: A test/val/lib_common_strlen.c A test/val/lib_common_strnlen.c Log Message: ----------- Add strlen and strnlen unit tests Commit: 90e1ac374b51f03b2b58c2cc67cde71c39b693df https://github.com/cc65/cc65/commit/90e1ac374b51f03b2b58c2cc67cde71c39b693df Author: Colin Leroy-Mira <co...@co...> Date: 2025-07-03 (Thu, 03 Jul 2025) Changed paths: M doc/funcref.sgml M include/string.h A libsrc/common/strndup.s A test/val/lib_common_strndup.c Log Message: ----------- Add strndup char* __fastcall__ strndup (const char* S, size_t maxlen); Commit: fd973cd5444ed115b29037d723cdcbea5c306134 https://github.com/cc65/cc65/commit/fd973cd5444ed115b29037d723cdcbea5c306134 Author: Bob Andrews <mr...@us...> Date: 2025-07-04 (Fri, 04 Jul 2025) Changed paths: M doc/funcref.sgml M include/string.h A libsrc/common/strndup.s A test/val/lib_common_strlen.c A test/val/lib_common_strndup.c A test/val/lib_common_strnlen.c Log Message: ----------- Merge pull request #2769 from colinleroy/add-strndup Add strndup Compare: https://github.com/cc65/cc65/compare/14eae07a8cd7...fd973cd5444e To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-07-04 14:57:36
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 947eecb65c2a342e086a7bda603ab542b8acbfe5 https://github.com/cc65/cc65/commit/947eecb65c2a342e086a7bda603ab542b8acbfe5 Author: Kugel Fuhr <983...@us...> Date: 2025-07-04 (Fri, 04 Jul 2025) Changed paths: M libsrc/agat/cputc.s M libsrc/apple2/cputc.s M libsrc/atari/cputc.s M libsrc/atari5200/cputc.s M libsrc/atari7800/cputc.s M libsrc/atmos/cputc.s M libsrc/c128/cputc.s M libsrc/c64/cputc.s M libsrc/c65/cputc.s M libsrc/cbm510/cputc.s M libsrc/cbm610/cputc.s M libsrc/conio/cputs.s M libsrc/creativision/cputc.s M libsrc/cx16/cputc.s M libsrc/gamate/cputc.s M libsrc/geos-common/conio/cputc.s M libsrc/mega65/cputc.s M libsrc/nes/cputc.s M libsrc/pce/cputc.s M libsrc/pet/cputc.s M libsrc/plus4/cputc.s M libsrc/telestrat/cputc.s M libsrc/vic20/cputc.s Log Message: ----------- Add comments to the cputs() and cputc() sources about the former relying on the latter not to clobber ptr1. Commit: 14eae07a8cd7c7fb693220b99cdf3aa579c8d4cb https://github.com/cc65/cc65/commit/14eae07a8cd7c7fb693220b99cdf3aa579c8d4cb Author: Bob Andrews <mr...@us...> Date: 2025-07-04 (Fri, 04 Jul 2025) Changed paths: M libsrc/agat/cputc.s M libsrc/apple2/cputc.s M libsrc/atari/cputc.s M libsrc/atari5200/cputc.s M libsrc/atari7800/cputc.s M libsrc/atmos/cputc.s M libsrc/c128/cputc.s M libsrc/c64/cputc.s M libsrc/c65/cputc.s M libsrc/cbm510/cputc.s M libsrc/cbm610/cputc.s M libsrc/conio/cputs.s M libsrc/creativision/cputc.s M libsrc/cx16/cputc.s M libsrc/gamate/cputc.s M libsrc/geos-common/conio/cputc.s M libsrc/mega65/cputc.s M libsrc/nes/cputc.s M libsrc/pce/cputc.s M libsrc/pet/cputc.s M libsrc/plus4/cputc.s M libsrc/telestrat/cputc.s M libsrc/vic20/cputc.s Log Message: ----------- Merge pull request #2770 from kugelfuhr/kugelfuhr/fix-1557 Add comments about cputs() relying on cputc() not to clobber ptr1 Compare: https://github.com/cc65/cc65/compare/29f7ab380959...14eae07a8cd7 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: cc65 O. <no...@gi...> - 2025-07-03 16:48:59
|
Branch: refs/heads/master Home: https://github.com/cc65/doc Commit: f42a2f94c6fbc51398b4b8dd79c2e48245a000da https://github.com/cc65/doc/commit/f42a2f94c6fbc51398b4b8dd79c2e48245a000da Author: cc65-github <cc6...@gi...> Date: 2025-07-03 (Thu, 03 Jul 2025) Changed paths: M ca65.html Log Message: ----------- Updated from https://github.com/cc65/cc65/commit/29f7ab38095911ec41fae495e7941ffcdac34350 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/doc/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-07-03 16:43:33
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: a4a24280f26ddb3e319678db7a531320df7125fe https://github.com/cc65/cc65/commit/a4a24280f26ddb3e319678db7a531320df7125fe Author: Kugel Fuhr <983...@us...> Date: 2025-06-30 (Mon, 30 Jun 2025) Changed paths: M .github/checks/sorted.sh M .github/checks/sorted_codeopt.sh M .github/checks/sorted_opcodes.sh Log Message: ----------- Do only check .c and .h files. Commit: d4e57278c6f9ce681dc8c263616157226c76cd2f https://github.com/cc65/cc65/commit/d4e57278c6f9ce681dc8c263616157226c76cd2f Author: Kugel Fuhr <983...@us...> Date: 2025-06-30 (Mon, 30 Jun 2025) Changed paths: M doc/ca65.sgml M src/ca65/expr.c M src/ca65/pseudo.c M src/ca65/scanner.c M src/ca65/token.h A src/common/capability.c A src/common/capability.h M src/common/cpu.c M src/common/cpu.h A test/asm/listing/110-capabilities.s A test/asm/listing/control/110-capabilities.err A test/asm/listing/ref/110-capabilities.err2-ref Log Message: ----------- Add a new .cap pseudo function to the assembler that allows to check for certain capabilities of the CPU or target system. Commit: f333b300f1c542b952580420259f6d79db7977f1 https://github.com/cc65/cc65/commit/f333b300f1c542b952580420259f6d79db7977f1 Author: Kugel Fuhr <983...@us...> Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M doc/ca65.sgml M src/common/capability.c M src/common/capability.h M src/common/cpu.c Log Message: ----------- Added the CPU_HAS_BITIMM capability. Commit: c72126e68fc879229b677baf6443ed242b0262f7 https://github.com/cc65/cc65/commit/c72126e68fc879229b677baf6443ed242b0262f7 Author: Kugel Fuhr <983...@us...> Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M libsrc/cbm/clock.s M libsrc/common/_directerrno.s M libsrc/common/_heapblocksize.s M libsrc/common/_mappederrno.s M libsrc/common/_printf.s M libsrc/common/_time_t_to_tm.s M libsrc/common/asctime.s M libsrc/common/atexit.s M libsrc/common/fgetc.s M libsrc/common/fgets.s M libsrc/common/fread.s M libsrc/common/fwrite.s M libsrc/common/ltoa.s M libsrc/common/strcat.s M libsrc/common/strchr.s M libsrc/common/strdup.s M libsrc/common/strncat.s M libsrc/conio/cputs.s M libsrc/conio/scrsize.s M libsrc/conio/vcprintf.s M libsrc/runtime/add.s M libsrc/runtime/and.s M libsrc/runtime/condes.s M libsrc/runtime/incax1.s M libsrc/runtime/incsp2.s M libsrc/runtime/ladd.s M libsrc/runtime/laddeq.s M libsrc/runtime/land.s M libsrc/runtime/ldau0sp.s M libsrc/runtime/leave.s M libsrc/runtime/lmod.s M libsrc/runtime/lmul.s M libsrc/runtime/lor.s M libsrc/runtime/lpop.s M libsrc/runtime/lpush.s M libsrc/runtime/lrsub.s M libsrc/runtime/lsub.s M libsrc/runtime/lsubeq.s M libsrc/runtime/ludiv.s M libsrc/runtime/lumod.s M libsrc/runtime/lxor.s M libsrc/runtime/or.s M libsrc/runtime/popa.s M libsrc/runtime/popptr1.s M libsrc/runtime/popsreg.s M libsrc/runtime/pusha.s M libsrc/runtime/pushax.s M libsrc/runtime/pushb.s M libsrc/runtime/rsub.s M libsrc/runtime/shl.s M libsrc/runtime/staxspi.s M libsrc/runtime/stkchk.s M libsrc/runtime/sub.s M libsrc/runtime/swap.s M libsrc/runtime/tosint.s M libsrc/runtime/toslong.s M libsrc/runtime/umul8x16r24.s M libsrc/runtime/xor.s M libsrc/tgi/tgi_settextstyle.s Log Message: ----------- Changed most of the library sources to use .CAP instead of .CPU. Commit: 59e7158512043a18966ca68531a18ba67791afdb https://github.com/cc65/cc65/commit/59e7158512043a18966ca68531a18ba67791afdb Author: Kugel Fuhr <983...@us...> Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M asminc/cpu.mac M doc/ca65.sgml M libsrc/apple2/cputc.s M libsrc/apple2/lseek.s M libsrc/apple2/ser/a2.ssc.s M libsrc/common/strlen.s M libsrc/sim6502/exehdr.s M src/ca65/main.c Log Message: ----------- Make the CPU_xxx constants from cpu.mac internal to the assembler and replace cpu.mac by a file that just emits a warning when used. Commit: 29c8846f7d4746ceaef7846d253327f458f2d143 https://github.com/cc65/cc65/commit/29c8846f7d4746ceaef7846d253327f458f2d143 Author: Kugel Fuhr <983...@us...> Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M src/ca65/expr.c M src/common/target.c M src/common/target.h Log Message: ----------- Add an additional hook (currently unused) for target specific capabilities. Commit: 8d3112e24f93053bf8cd92ca5aa54d2f55339821 https://github.com/cc65/cc65/commit/8d3112e24f93053bf8cd92ca5aa54d2f55339821 Author: Kugel Fuhr <983...@us...> Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M src/common/cpu.c Log Message: ----------- Small code simplification. Commit: c162f6a28636cd9cb04f5812532e53f87922b5f5 https://github.com/cc65/cc65/commit/c162f6a28636cd9cb04f5812532e53f87922b5f5 Author: Kugel Fuhr <983...@us...> Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M src/common/cpu.c Log Message: ----------- Warning fix. Commit: 37414199c7f511eeee21a23bc0c1d184871fe92b https://github.com/cc65/cc65/commit/37414199c7f511eeee21a23bc0c1d184871fe92b Author: Kugel Fuhr <983...@us...> Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M src/common.vcxproj Log Message: ----------- Hopefully fix windows build files. Commit: 60ec9045fce2c30aa4a24e46c59daaaccfab283a https://github.com/cc65/cc65/commit/60ec9045fce2c30aa4a24e46c59daaaccfab283a Author: Kugel Fuhr <983...@us...> Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M src/ca65/main.c M src/common/cpu.c M src/common/cpu.h Log Message: ----------- Use CPUIsets from cpu.c instead of recreating the CPU_xxx constants. Commit: 070276a1a3baa9fbfca42555b306e0d9caac8436 https://github.com/cc65/cc65/commit/070276a1a3baa9fbfca42555b306e0d9caac8436 Author: Kugel Fuhr <983...@us...> Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M doc/ca65.sgml Log Message: ----------- Add a better description for CPU_HAS_ZPIND and CPU_HAS_STZ. Commit: 29f7ab38095911ec41fae495e7941ffcdac34350 https://github.com/cc65/cc65/commit/29f7ab38095911ec41fae495e7941ffcdac34350 Author: Bob Andrews <mr...@us...> Date: 2025-07-03 (Thu, 03 Jul 2025) Changed paths: M .github/checks/sorted.sh M .github/checks/sorted_codeopt.sh M .github/checks/sorted_opcodes.sh M asminc/cpu.mac M doc/ca65.sgml M libsrc/apple2/cputc.s M libsrc/apple2/lseek.s M libsrc/apple2/ser/a2.ssc.s M libsrc/cbm/clock.s M libsrc/common/_directerrno.s M libsrc/common/_heapblocksize.s M libsrc/common/_mappederrno.s M libsrc/common/_printf.s M libsrc/common/_time_t_to_tm.s M libsrc/common/asctime.s M libsrc/common/atexit.s M libsrc/common/fgetc.s M libsrc/common/fgets.s M libsrc/common/fread.s M libsrc/common/fwrite.s M libsrc/common/ltoa.s M libsrc/common/strcat.s M libsrc/common/strchr.s M libsrc/common/strdup.s M libsrc/common/strlen.s M libsrc/common/strncat.s M libsrc/conio/cputs.s M libsrc/conio/scrsize.s M libsrc/conio/vcprintf.s M libsrc/runtime/add.s M libsrc/runtime/and.s M libsrc/runtime/condes.s M libsrc/runtime/incax1.s M libsrc/runtime/incsp2.s M libsrc/runtime/ladd.s M libsrc/runtime/laddeq.s M libsrc/runtime/land.s M libsrc/runtime/ldau0sp.s M libsrc/runtime/leave.s M libsrc/runtime/lmod.s M libsrc/runtime/lmul.s M libsrc/runtime/lor.s M libsrc/runtime/lpop.s M libsrc/runtime/lpush.s M libsrc/runtime/lrsub.s M libsrc/runtime/lsub.s M libsrc/runtime/lsubeq.s M libsrc/runtime/ludiv.s M libsrc/runtime/lumod.s M libsrc/runtime/lxor.s M libsrc/runtime/or.s M libsrc/runtime/popa.s M libsrc/runtime/popptr1.s M libsrc/runtime/popsreg.s M libsrc/runtime/pusha.s M libsrc/runtime/pushax.s M libsrc/runtime/pushb.s M libsrc/runtime/rsub.s M libsrc/runtime/shl.s M libsrc/runtime/staxspi.s M libsrc/runtime/stkchk.s M libsrc/runtime/sub.s M libsrc/runtime/swap.s M libsrc/runtime/tosint.s M libsrc/runtime/toslong.s M libsrc/runtime/umul8x16r24.s M libsrc/runtime/xor.s M libsrc/sim6502/exehdr.s M libsrc/tgi/tgi_settextstyle.s M src/ca65/expr.c M src/ca65/main.c M src/ca65/pseudo.c M src/ca65/scanner.c M src/ca65/token.h M src/common.vcxproj A src/common/capability.c A src/common/capability.h M src/common/cpu.c M src/common/cpu.h M src/common/target.c M src/common/target.h A test/asm/listing/110-capabilities.s A test/asm/listing/control/110-capabilities.err A test/asm/listing/ref/110-capabilities.err2-ref Log Message: ----------- Merge pull request #2760 from kugelfuhr/kugelfuhr/fix-2753 Add ".CAPABILITY" to ca65, remove ".MACPACK cpu" Compare: https://github.com/cc65/cc65/compare/dbb6ff5482db...29f7ab380959 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-07-03 16:37:15
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 64d35b6a8697531b7af92ba4b677a7561aa3f9d9 https://github.com/cc65/cc65/commit/64d35b6a8697531b7af92ba4b677a7561aa3f9d9 Author: Kugel Fuhr <983...@us...> Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M src/cc65/pragma.c M src/cc65/preproc.c M src/cc65/preproc.h A test/val/bug2231.c Log Message: ----------- Allow comments within _Pragma(). Fixes #2231. Commit: dbb6ff5482db43a3c1259b35e1d0cd31ca6cb105 https://github.com/cc65/cc65/commit/dbb6ff5482db43a3c1259b35e1d0cd31ca6cb105 Author: Bob Andrews <mr...@us...> Date: 2025-07-03 (Thu, 03 Jul 2025) Changed paths: M src/cc65/pragma.c M src/cc65/preproc.c M src/cc65/preproc.h A test/val/bug2231.c Log Message: ----------- Merge pull request #2761 from kugelfuhr/kugelfuhr/fix-2231 Allow comments within _Pragma() Compare: https://github.com/cc65/cc65/compare/4edf1ad36396...dbb6ff5482db To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-07-03 16:33:09
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: dd27ec8696224a782154f2cd3a77a3b0428c2fcd https://github.com/cc65/cc65/commit/dd27ec8696224a782154f2cd3a77a3b0428c2fcd Author: Kugel Fuhr <983...@us...> Date: 2025-07-03 (Thu, 03 Jul 2025) Changed paths: M src/ld65/dbgsyms.c M src/ld65/exports.c M src/ld65/exports.h Log Message: ----------- When creating a VICE label file, replace characters in labels that VICE doesn't understand with '_'. Fixes #836. Commit: 4edf1ad3639602c16de071108f60daedb7ee981a https://github.com/cc65/cc65/commit/4edf1ad3639602c16de071108f60daedb7ee981a Author: Bob Andrews <mr...@us...> Date: 2025-07-03 (Thu, 03 Jul 2025) Changed paths: M src/ld65/dbgsyms.c M src/ld65/exports.c M src/ld65/exports.h Log Message: ----------- Merge pull request #2767 from kugelfuhr/kugelfuhr/fix-836 Remove invalid characters from labels in the VICE label file Compare: https://github.com/cc65/cc65/compare/9194d9e309f0...4edf1ad36396 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-07-03 09:09:37
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 9194d9e309f0813927f4b4fc27783650abd08f8a https://github.com/cc65/cc65/commit/9194d9e309f0813927f4b4fc27783650abd08f8a Author: Bob Andrews <mr...@us...> Date: 2025-07-03 (Thu, 03 Jul 2025) Changed paths: M .github/ISSUE_TEMPLATE/bug_report.md Log Message: ----------- Update bug_report.md To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-07-03 07:47:16
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: ca329c975b0c1fa852ea5ff577cc7bbd8b599b6e https://github.com/cc65/cc65/commit/ca329c975b0c1fa852ea5ff577cc7bbd8b599b6e Author: Bob Andrews <mr...@us...> Date: 2025-07-03 (Thu, 03 Jul 2025) Changed paths: M .github/ISSUE_TEMPLATE/feature_request.md Log Message: ----------- Update feature_request.md cut down (a lot) To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-07-03 07:45:30
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 2c4b3a485e8a1aeb951aaf97237d41f4a5fcdacd https://github.com/cc65/cc65/commit/2c4b3a485e8a1aeb951aaf97237d41f4a5fcdacd Author: Bob Andrews <mr...@us...> Date: 2025-07-03 (Thu, 03 Jul 2025) Changed paths: M .github/ISSUE_TEMPLATE/bug_report.md Log Message: ----------- Update bug_report.md cut down To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-07-03 07:40:06
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 9240ad37ab7440931777ffe93d9a095d8a833028 https://github.com/cc65/cc65/commit/9240ad37ab7440931777ffe93d9a095d8a833028 Author: Bob Andrews <mr...@us...> Date: 2025-07-03 (Thu, 03 Jul 2025) Changed paths: M .github/PULL_REQUEST_TEMPLATE.md Log Message: ----------- Update PULL_REQUEST_TEMPLATE.md cut it down a lot To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-07-02 21:48:33
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 087edc336bb4cb25bfee3f59673bf4b3bb5f0175 https://github.com/cc65/cc65/commit/087edc336bb4cb25bfee3f59673bf4b3bb5f0175 Author: mrdudz <mr...@us...> Date: 2025-07-02 (Wed, 02 Jul 2025) Changed paths: A .github/PULL_REQUEST_TEMPLATE.md R .github/PULL_REQUEST_TEMPLATE/bug_fix_template.md Log Message: ----------- don't try to use multiple templates for the time being To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: cc65 O. <no...@gi...> - 2025-07-02 21:30:16
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 7b2632563208554928818f3d165118ff621a8d3d https://github.com/cc65/cc65/commit/7b2632563208554928818f3d165118ff621a8d3d Author: cc65 Owner <412...@us...> Date: 2025-07-02 (Wed, 02 Jul 2025) Changed paths: A .github/PULL_REQUEST_TEMPLATE/bug_fix_template.md Log Message: ----------- Create bug_fix_template.md To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: cc65 O. <no...@gi...> - 2025-07-02 21:11:01
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: b4d034bef7982eb8936994e7e8687292b5e39dc1 https://github.com/cc65/cc65/commit/b4d034bef7982eb8936994e7e8687292b5e39dc1 Author: cc65 Owner <412...@us...> Date: 2025-07-02 (Wed, 02 Jul 2025) Changed paths: A .github/ISSUE_TEMPLATE/bug_report.md A .github/ISSUE_TEMPLATE/feature_request.md Log Message: ----------- Initial issue templates These are basically the standard templates GH generated - they might help to automatically tag at least bugs vs features To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-07-02 14:22:41
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: a820538c2a6966fe79f1c95cf44b192554328672 https://github.com/cc65/cc65/commit/a820538c2a6966fe79f1c95cf44b192554328672 Author: Stefan <ste...@gm...> Date: 2025-07-02 (Wed, 02 Jul 2025) Changed paths: M samples/kim1/subs.asm Log Message: ----------- Fixed minor typo Commit: 73fa13a23e28a08faca5e18524673caaaf090314 https://github.com/cc65/cc65/commit/73fa13a23e28a08faca5e18524673caaaf090314 Author: Stefan <ste...@gm...> Date: 2025-07-02 (Wed, 02 Jul 2025) Changed paths: M samples/sym1/symDisplay.c Log Message: ----------- Fixed minor typo Commit: 75d6efeabf2d3d65c3d12dbc4147e80e51506613 https://github.com/cc65/cc65/commit/75d6efeabf2d3d65c3d12dbc4147e80e51506613 Author: Stefan <ste...@gm...> Date: 2025-07-02 (Wed, 02 Jul 2025) Changed paths: M samples/sim65/trace_example.c Log Message: ----------- Fixed minor typo Commit: ce35a816a6cce094b5eab7f8d3c387c3efd79959 https://github.com/cc65/cc65/commit/ce35a816a6cce094b5eab7f8d3c387c3efd79959 Author: Stefan <ste...@gm...> Date: 2025-07-02 (Wed, 02 Jul 2025) Changed paths: M samples/checkversion.c Log Message: ----------- Fixed minor typo Commit: 807f02f3a305bb634416510efb44ac0fadb2319f https://github.com/cc65/cc65/commit/807f02f3a305bb634416510efb44ac0fadb2319f Author: Bob Andrews <mr...@us...> Date: 2025-07-02 (Wed, 02 Jul 2025) Changed paths: M samples/checkversion.c M samples/kim1/subs.asm M samples/sim65/trace_example.c M samples/sym1/symDisplay.c Log Message: ----------- Merge pull request #2765 from polluks/master Fixed minor typos Compare: https://github.com/cc65/cc65/compare/92fa7cb23f25...807f02f3a305 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-07-01 22:35:52
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: ec67b49d7d9e95e12c46005650f2c62e14004f76 https://github.com/cc65/cc65/commit/ec67b49d7d9e95e12c46005650f2c62e14004f76 Author: Kugel Fuhr <983...@us...> Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M src/ca65/error.c Log Message: ----------- Change notification message used when pointing to the macro an error comes from. Commit: b65ee13e8c005b431638913a438a036630e4f68a https://github.com/cc65/cc65/commit/b65ee13e8c005b431638913a438a036630e4f68a Author: Kugel Fuhr <983...@us...> Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M test/asm/listing/ref/010-paramcount.err2-ref Log Message: ----------- Fix the tests. Commit: 92fa7cb23f254718b1a0d547832342ffb83d288f https://github.com/cc65/cc65/commit/92fa7cb23f254718b1a0d547832342ffb83d288f Author: Bob Andrews <mr...@us...> Date: 2025-07-02 (Wed, 02 Jul 2025) Changed paths: M src/ca65/error.c M test/asm/listing/ref/010-paramcount.err2-ref Log Message: ----------- Merge pull request #2762 from kugelfuhr/kugelfuhr/fix-1778 Change notification message used when pointing to the macro an error comes from Compare: https://github.com/cc65/cc65/compare/9151c9b5ffc4...92fa7cb23f25 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-07-01 19:38:32
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 12bc6ff99eef5b798dc0dd9db9df4af64f233bf8 https://github.com/cc65/cc65/commit/12bc6ff99eef5b798dc0dd9db9df4af64f233bf8 Author: Kugel Fuhr <983...@us...> Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M asminc/apple2.mac M asminc/atari.mac M asminc/cbm.mac Log Message: ----------- Make the scrcode macros handle identifiers. Commit: 9151c9b5ffc4e9fc6320387bdff56505e7f5baae https://github.com/cc65/cc65/commit/9151c9b5ffc4e9fc6320387bdff56505e7f5baae Author: Bob Andrews <mr...@us...> Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M asminc/apple2.mac M asminc/atari.mac M asminc/cbm.mac Log Message: ----------- Merge pull request #2763 from kugelfuhr/kugelfuhr/fix-534 Make the scrcode macros handle identifiers Compare: https://github.com/cc65/cc65/compare/4899b6dc0cde...9151c9b5ffc4 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-06-30 14:27:58
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 483ef7844b3410c6c53708f1413570cb72a07596 https://github.com/cc65/cc65/commit/483ef7844b3410c6c53708f1413570cb72a07596 Author: mrdudz <mr...@us...> Date: 2025-06-30 (Mon, 30 Jun 2025) Changed paths: M Makefile M src/Makefile Log Message: ----------- also test DESTDIR Commit: 4899b6dc0cdee9cf4e94f985fa775225340a80da https://github.com/cc65/cc65/commit/4899b6dc0cdee9cf4e94f985fa775225340a80da Author: Bob Andrews <mr...@us...> Date: 2025-06-30 (Mon, 30 Jun 2025) Changed paths: M Makefile M src/Makefile Log Message: ----------- Merge pull request #2758 from mrdudz/fixdestdir also test DESTDIR Compare: https://github.com/cc65/cc65/compare/8e62d3d44085...4899b6dc0cde To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-06-29 22:16:02
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 831eedfb58d398fe5730358b351c93be5b158535 https://github.com/cc65/cc65/commit/831eedfb58d398fe5730358b351c93be5b158535 Author: mrdudz <mr...@us...> Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: M Makefile M src/Makefile Log Message: ----------- add some reasonable warnings/errors when PREFIX is empty Commit: cb4cd114bf4524fffebb0171e1fa4e053115db28 https://github.com/cc65/cc65/commit/cb4cd114bf4524fffebb0171e1fa4e053115db28 Author: mrdudz <mr...@us...> Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: M targettest/Makefile M test/asm/cpudetect/Makefile M test/asm/err/Makefile M test/asm/listing/Makefile M test/asm/misc/Makefile M test/asm/opcodes/Makefile M test/asm/val/Makefile M test/dasm/Makefile M test/err/Makefile M test/misc/Makefile M test/ref/Makefile M test/standard/Makefile M test/standard_err/Makefile M test/todo/Makefile M test/val/Makefile Log Message: ----------- handle -s correctly when using these makefiles directly Commit: 705081af34048cc73dfcf3240799a19f905fd353 https://github.com/cc65/cc65/commit/705081af34048cc73dfcf3240799a19f905fd353 Author: mrdudz <mr...@us...> Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: M asminc/cpu.mac M doc/ca65.sgml M doc/cc65.sgml A doc/cpus.sgml M doc/da65.sgml M src/ca65/condasm.c M src/ca65/instr.c M src/ca65/pseudo.c M src/ca65/scanner.c M src/ca65/token.h M src/cc65/codegen.c M src/cc65/main.c M src/common/cpu.c M src/common/cpu.h M src/common/target.c M src/da65.vcxproj M src/da65/opc65c02.c A src/da65/opc65ce02.c A src/da65/opc65ce02.h M src/da65/opctable.c A src/da65/opcw65c02.c A src/da65/opcw65c02.h M test/asm/cpudetect/4510-cpudetect.ref M test/asm/cpudetect/45GS02-cpudetect.ref M test/asm/cpudetect/65816-cpudetect.ref A test/asm/cpudetect/65ce02-cpudetect.ref M test/asm/cpudetect/allinst.inc M test/asm/cpudetect/cpudetect.s M test/asm/cpudetect/huc6280-cpudetect.ref A test/asm/cpudetect/sweet16-cpudetect.ref A test/asm/cpudetect/w65c02-cpudetect.ref A test/asm/opcodes/65ce02-opcodes.ref A test/asm/opcodes/65ce02-opcodes.s A test/asm/opcodes/sweet16-opcodes.ref A test/asm/opcodes/sweet16-opcodes.s A test/asm/opcodes/w65c02-opcodes.ref A test/asm/opcodes/w65c02-opcodes.s M test/asm/val/ismnemonic.s Log Message: ----------- Merge branch 'master' into quietagain Commit: 13878070e581fd1760da9bea1d1b0a92f5ec82c9 https://github.com/cc65/cc65/commit/13878070e581fd1760da9bea1d1b0a92f5ec82c9 Author: mrdudz <mr...@us...> Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: M Makefile Log Message: ----------- don't check prefix on "zip" Commit: 8e62d3d44085ac4d2260c72619fa991e9214232e https://github.com/cc65/cc65/commit/8e62d3d44085ac4d2260c72619fa991e9214232e Author: Bob Andrews <mr...@us...> Date: 2025-06-30 (Mon, 30 Jun 2025) Changed paths: M Makefile M src/Makefile M targettest/Makefile M test/asm/cpudetect/Makefile M test/asm/err/Makefile M test/asm/listing/Makefile M test/asm/misc/Makefile M test/asm/opcodes/Makefile M test/asm/val/Makefile M test/dasm/Makefile M test/err/Makefile M test/misc/Makefile M test/ref/Makefile M test/standard/Makefile M test/standard_err/Makefile M test/todo/Makefile M test/val/Makefile Log Message: ----------- Merge pull request #2755 from mrdudz/quietagain Some more Makefile woes Compare: https://github.com/cc65/cc65/compare/a7a76b0e5050...8e62d3d44085 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: cc65 O. <no...@gi...> - 2025-06-29 21:05:19
|
Branch: refs/heads/master Home: https://github.com/cc65/doc Commit: 2dbce7005549e72c45ebeac6e64db30daba81129 https://github.com/cc65/doc/commit/2dbce7005549e72c45ebeac6e64db30daba81129 Author: cc65-github <cc6...@gi...> Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: M ca65.html M cc65.html A cpus.html M da65.html Log Message: ----------- Updated from https://github.com/cc65/cc65/commit/a7a76b0e5050397c74e9d130ef92ae72f40a78c7 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/doc/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-06-29 20:59:58
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 76aa7cbc40ef8e2cde5aa18c2dfcc360f99d00d7 https://github.com/cc65/cc65/commit/76aa7cbc40ef8e2cde5aa18c2dfcc360f99d00d7 Author: mrdudz <mr...@us...> Date: 2025-06-27 (Fri, 27 Jun 2025) Changed paths: M asminc/cpu.mac M src/common/cpu.c M src/common/cpu.h Log Message: ----------- add names and bit(field)s for WDC65C02 and 65CE02 Commit: e93356e3bbd0a81392a43649cb32cca2dbab474c https://github.com/cc65/cc65/commit/e93356e3bbd0a81392a43649cb32cca2dbab474c Author: mrdudz <mr...@us...> Date: 2025-06-28 (Sat, 28 Jun 2025) Changed paths: M src/ca65/instr.c Log Message: ----------- add 65CE02 table Commit: e3140349b086f1062676c26f558d4b9bff636987 https://github.com/cc65/cc65/commit/e3140349b086f1062676c26f558d4b9bff636987 Author: mrdudz <mr...@us...> Date: 2025-06-28 (Sat, 28 Jun 2025) Changed paths: M src/da65/opc65c02.c A src/da65/opc65ce02.c A src/da65/opc65ce02.h M src/da65/opctable.c A src/da65/opcw65c02.c A src/da65/opcw65c02.h Log Message: ----------- add 65CE02 and W65C02 to disassembler Commit: b38422ef9f40cf5b5240d3164ea599153a2fc853 https://github.com/cc65/cc65/commit/b38422ef9f40cf5b5240d3164ea599153a2fc853 Author: mrdudz <mr...@us...> Date: 2025-06-28 (Sat, 28 Jun 2025) Changed paths: M src/ca65/instr.c Log Message: ----------- 65CE02 has phz and asw Commit: f09aaeb085de461918a9792c833ce9cb1b7d4fca https://github.com/cc65/cc65/commit/f09aaeb085de461918a9792c833ce9cb1b7d4fca Author: mrdudz <mr...@us...> Date: 2025-06-28 (Sat, 28 Jun 2025) Changed paths: M doc/ca65.sgml A doc/cpus.sgml M doc/da65.sgml Log Message: ----------- update docs a bit, create a seperate CPU page Commit: 0b49d66f05a08068eb286ecd8a4b184aab4a9636 https://github.com/cc65/cc65/commit/0b49d66f05a08068eb286ecd8a4b184aab4a9636 Author: mrdudz <mr...@us...> Date: 2025-06-28 (Sat, 28 Jun 2025) Changed paths: M src/ca65/instr.c Log Message: ----------- sort table Commit: d472ac8fc0ddbb797a7c22d0ab607ffcb3772992 https://github.com/cc65/cc65/commit/d472ac8fc0ddbb797a7c22d0ab607ffcb3772992 Author: mrdudz <mr...@us...> Date: 2025-06-28 (Sat, 28 Jun 2025) Changed paths: M src/common/cpu.c Log Message: ----------- fix table Commit: b05e418e0b941b807eb2dea29669b2d82d8db413 https://github.com/cc65/cc65/commit/b05e418e0b941b807eb2dea29669b2d82d8db413 Author: mrdudz <mr...@us...> Date: 2025-06-28 (Sat, 28 Jun 2025) Changed paths: M src/common/target.c Log Message: ----------- rp6502 actually uses W65C02 Commit: f6becd1b27210c3abb8a884e73b0da453c8c1d7f https://github.com/cc65/cc65/commit/f6becd1b27210c3abb8a884e73b0da453c8c1d7f Author: mrdudz <mr...@us...> Date: 2025-06-28 (Sat, 28 Jun 2025) Changed paths: M src/cc65/codegen.c M src/cc65/main.c Log Message: ----------- compiler should know about W65C02/65CE02 as well Commit: b08f306fde3ebc5c82d378756419f6c10ee3c8dc https://github.com/cc65/cc65/commit/b08f306fde3ebc5c82d378756419f6c10ee3c8dc Author: mrdudz <mr...@us...> Date: 2025-06-28 (Sat, 28 Jun 2025) Changed paths: M test/asm/val/ismnemonic.s Log Message: ----------- fix test Commit: c16b8dcf43aa29438073e09780858b35bfc1c716 https://github.com/cc65/cc65/commit/c16b8dcf43aa29438073e09780858b35bfc1c716 Author: mrdudz <mr...@us...> Date: 2025-06-28 (Sat, 28 Jun 2025) Changed paths: M src/da65.vcxproj Log Message: ----------- add new files Commit: c359cd92510ea3642c22ac462e3299472a7531f8 https://github.com/cc65/cc65/commit/c359cd92510ea3642c22ac462e3299472a7531f8 Author: mrdudz <mr...@us...> Date: 2025-06-28 (Sat, 28 Jun 2025) Changed paths: M test/asm/cpudetect/allinst.inc Log Message: ----------- update test Commit: e74bdab313368e12c39a130368839a0b754ad47a https://github.com/cc65/cc65/commit/e74bdab313368e12c39a130368839a0b754ad47a Author: mrdudz <mr...@us...> Date: 2025-06-28 (Sat, 28 Jun 2025) Changed paths: M doc/cpus.sgml Log Message: ----------- add compound instructions Commit: 8e4936d68d6bcf6ce3eca75681cd40e35214ff30 https://github.com/cc65/cc65/commit/8e4936d68d6bcf6ce3eca75681cd40e35214ff30 Author: mrdudz <mr...@us...> Date: 2025-06-28 (Sat, 28 Jun 2025) Changed paths: M src/ca65/condasm.c M src/ca65/pseudo.c M src/ca65/scanner.c M src/ca65/token.h Log Message: ----------- add related pseudos Commit: bf1dbc54fccaff246020cc477cfaae13102d7f29 https://github.com/cc65/cc65/commit/bf1dbc54fccaff246020cc477cfaae13102d7f29 Author: mrdudz <mr...@us...> Date: 2025-06-28 (Sat, 28 Jun 2025) Changed paths: M asminc/cpu.mac M src/common/cpu.c Log Message: ----------- fix instruction bitfields. 65CE02 derivates can not use 65SC02, because of the zp-ind-z clash Commit: 0168835456308db664fb024d3b61dde609abf9ee https://github.com/cc65/cc65/commit/0168835456308db664fb024d3b61dde609abf9ee Author: mrdudz <mr...@us...> Date: 2025-06-28 (Sat, 28 Jun 2025) Changed paths: M src/ca65/scanner.c Log Message: ----------- handle extra address mode(s) for 65CE02 in the scanner Commit: ced83d0f4735d4c15ae4df531fc7f4b3a090e593 https://github.com/cc65/cc65/commit/ced83d0f4735d4c15ae4df531fc7f4b3a090e593 Author: mrdudz <mr...@us...> Date: 2025-06-28 (Sat, 28 Jun 2025) Changed paths: M test/asm/cpudetect/4510-cpudetect.ref M test/asm/cpudetect/45GS02-cpudetect.ref A test/asm/cpudetect/65ce02-cpudetect.ref M test/asm/cpudetect/cpudetect.s A test/asm/cpudetect/w65c02-cpudetect.ref A test/asm/opcodes/65ce02-opcodes.ref A test/asm/opcodes/65ce02-opcodes.s A test/asm/opcodes/w65c02-opcodes.ref A test/asm/opcodes/w65c02-opcodes.s Log Message: ----------- update tests Commit: f45471156b2e857cec91baf919fbbc04e3ba8778 https://github.com/cc65/cc65/commit/f45471156b2e857cec91baf919fbbc04e3ba8778 Author: mrdudz <mr...@us...> Date: 2025-06-28 (Sat, 28 Jun 2025) Changed paths: M test/asm/val/ismnemonic.s Log Message: ----------- update test Commit: 629252c562a57fbadc1ef8252b755a10bbd19e31 https://github.com/cc65/cc65/commit/629252c562a57fbadc1ef8252b755a10bbd19e31 Author: mrdudz <mr...@us...> Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: M src/ca65/instr.c M src/common/cpu.c M src/common/cpu.h Log Message: ----------- its CSG extensions, not GTE Commit: cf8af80dce8ec5331cc97b794da57df984f79b5d https://github.com/cc65/cc65/commit/cf8af80dce8ec5331cc97b794da57df984f79b5d Author: mrdudz <mr...@us...> Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: M src/ca65/condasm.c M src/ca65/pseudo.c M src/ca65/scanner.c M src/ca65/token.h M test/asm/cpudetect/cpudetect.s M test/asm/cpudetect/huc6280-cpudetect.ref Log Message: ----------- add missing pseudo(s) for HUC6280, fix cpudetect for 6280 Commit: 6c6fcea71df832b1a542894d7f078516107ef182 https://github.com/cc65/cc65/commit/6c6fcea71df832b1a542894d7f078516107ef182 Author: mrdudz <mr...@us...> Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: M doc/ca65.sgml M doc/cc65.sgml M doc/cpus.sgml M doc/da65.sgml Log Message: ----------- docs braindump Commit: b878f05721d9e4a999b26c53b7e4361d0e99a709 https://github.com/cc65/cc65/commit/b878f05721d9e4a999b26c53b7e4361d0e99a709 Author: mrdudz <mr...@us...> Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: M doc/cpus.sgml Log Message: ----------- add 65816 opcodes Commit: dd0d908d57f7af7e4a7a1e24830bdb3ad2e6598a https://github.com/cc65/cc65/commit/dd0d908d57f7af7e4a7a1e24830bdb3ad2e6598a Author: mrdudz <mr...@us...> Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: M src/common/cpu.c Log Message: ----------- 65816 does not have Rockwell extensions Commit: 51dc9119a973dbbe84ff6d9722229bab52415eb7 https://github.com/cc65/cc65/commit/51dc9119a973dbbe84ff6d9722229bab52415eb7 Author: mrdudz <mr...@us...> Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: M test/asm/cpudetect/65816-cpudetect.ref M test/asm/cpudetect/cpudetect.s Log Message: ----------- fix test Commit: 501dc00c9f4c9ba559697924da64fd1c82d218df https://github.com/cc65/cc65/commit/501dc00c9f4c9ba559697924da64fd1c82d218df Author: mrdudz <mr...@us...> Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: M doc/ca65.sgml M doc/cpus.sgml Log Message: ----------- fix JSL/JML Commit: 4d73544d6c1358665194e0be8f044b003b21a718 https://github.com/cc65/cc65/commit/4d73544d6c1358665194e0be8f044b003b21a718 Author: mrdudz <mr...@us...> Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: M test/asm/cpudetect/allinst.inc M test/asm/cpudetect/cpudetect.s Log Message: ----------- cleanup/fix test for 65816 Commit: af89b222520a8f126b709ad37e363b0d752795c4 https://github.com/cc65/cc65/commit/af89b222520a8f126b709ad37e363b0d752795c4 Author: mrdudz <mr...@us...> Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: M src/ca65/condasm.c M src/ca65/pseudo.c M src/ca65/scanner.c M src/ca65/token.h Log Message: ----------- add missing pseudos for sweet16 Commit: 91c9e32e4be6af83d387bf39fa39c754d8d9fa8a https://github.com/cc65/cc65/commit/91c9e32e4be6af83d387bf39fa39c754d8d9fa8a Author: mrdudz <mr...@us...> Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: M test/asm/cpudetect/allinst.inc M test/asm/cpudetect/cpudetect.s A test/asm/cpudetect/sweet16-cpudetect.ref Log Message: ----------- add sweet16 to the cpudetect test Commit: a1a87f74a94ad2cd9150658a03172fe11ac0aabc https://github.com/cc65/cc65/commit/a1a87f74a94ad2cd9150658a03172fe11ac0aabc Author: mrdudz <mr...@us...> Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: M doc/ca65.sgml Log Message: ----------- add pseudos to docs Commit: e85339dada4cccd18cc64020cb488074bb09b634 https://github.com/cc65/cc65/commit/e85339dada4cccd18cc64020cb488074bb09b634 Author: mrdudz <mr...@us...> Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: A test/asm/opcodes/sweet16-opcodes.ref A test/asm/opcodes/sweet16-opcodes.s M test/asm/val/ismnemonic.s Log Message: ----------- add sweet16 to the opcodes test as well Commit: ce99bfb19550dd3fbeda24a37f633fc6a51d9c0b https://github.com/cc65/cc65/commit/ce99bfb19550dd3fbeda24a37f633fc6a51d9c0b Author: mrdudz <mr...@us...> Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: M src/ca65/condasm.c Log Message: ----------- forgot some case values /o\ Commit: 3f3039192f8d02957ba5809861081dd52cddc09b https://github.com/cc65/cc65/commit/3f3039192f8d02957ba5809861081dd52cddc09b Author: mrdudz <mr...@us...> Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: M asminc/cpu.mac Log Message: ----------- adjust comments Commit: a7a76b0e5050397c74e9d130ef92ae72f40a78c7 https://github.com/cc65/cc65/commit/a7a76b0e5050397c74e9d130ef92ae72f40a78c7 Author: Bob Andrews <mr...@us...> Date: 2025-06-29 (Sun, 29 Jun 2025) Changed paths: M asminc/cpu.mac M doc/ca65.sgml M doc/cc65.sgml A doc/cpus.sgml M doc/da65.sgml M src/ca65/condasm.c M src/ca65/instr.c M src/ca65/pseudo.c M src/ca65/scanner.c M src/ca65/token.h M src/cc65/codegen.c M src/cc65/main.c M src/common/cpu.c M src/common/cpu.h M src/common/target.c M src/da65.vcxproj M src/da65/opc65c02.c A src/da65/opc65ce02.c A src/da65/opc65ce02.h M src/da65/opctable.c A src/da65/opcw65c02.c A src/da65/opcw65c02.h M test/asm/cpudetect/4510-cpudetect.ref M test/asm/cpudetect/45GS02-cpudetect.ref M test/asm/cpudetect/65816-cpudetect.ref A test/asm/cpudetect/65ce02-cpudetect.ref M test/asm/cpudetect/allinst.inc M test/asm/cpudetect/cpudetect.s M test/asm/cpudetect/huc6280-cpudetect.ref A test/asm/cpudetect/sweet16-cpudetect.ref A test/asm/cpudetect/w65c02-cpudetect.ref A test/asm/opcodes/65ce02-opcodes.ref A test/asm/opcodes/65ce02-opcodes.s A test/asm/opcodes/sweet16-opcodes.ref A test/asm/opcodes/sweet16-opcodes.s A test/asm/opcodes/w65c02-opcodes.ref A test/asm/opcodes/w65c02-opcodes.s M test/asm/val/ismnemonic.s Log Message: ----------- Merge pull request #2751 from mrdudz/cmoscleanup Clean up supported CPUs/Instruction sets Compare: https://github.com/cc65/cc65/compare/91bf4352a9a2...a7a76b0e5050 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-06-27 15:46:15
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 74a22621574a401abf93b21c40777b9075601ef2 https://github.com/cc65/cc65/commit/74a22621574a401abf93b21c40777b9075601ef2 Author: mrdudz <mr...@us...> Date: 2025-06-27 (Fri, 27 Jun 2025) Changed paths: M asminc/zeropage.inc M libsrc/runtime/sp-compat.s Log Message: ----------- hotfix Commit: 0d28f6ff8c9e049fc24e047db2f4ee4ff5872e4a https://github.com/cc65/cc65/commit/0d28f6ff8c9e049fc24e047db2f4ee4ff5872e4a Author: mrdudz <mr...@us...> Date: 2025-06-27 (Fri, 27 Jun 2025) Changed paths: M test/asm/listing/080-sp-compat.s Log Message: ----------- fix test Commit: 0a5211dcaa4d1825ed38f97afc1d162850c934c6 https://github.com/cc65/cc65/commit/0a5211dcaa4d1825ed38f97afc1d162850c934c6 Author: mrdudz <mr...@us...> Date: 2025-06-27 (Fri, 27 Jun 2025) Changed paths: M test/asm/listing/ref/080-sp-compat.ld65err2-ref Log Message: ----------- ...and the reference for the test Commit: 91bf4352a9a25ef13e14e60c65dbcb14e0b64aa4 https://github.com/cc65/cc65/commit/91bf4352a9a25ef13e14e60c65dbcb14e0b64aa4 Author: Bob Andrews <mr...@us...> Date: 2025-06-27 (Fri, 27 Jun 2025) Changed paths: M asminc/zeropage.inc M libsrc/runtime/sp-compat.s M test/asm/listing/080-sp-compat.s M test/asm/listing/ref/080-sp-compat.ld65err2-ref Log Message: ----------- Merge pull request #2749 from mrdudz/unbreakmaster hide the SP symbol from the 4510 and 45GS02 Compare: https://github.com/cc65/cc65/compare/d909a2c285c0...91bf4352a9a2 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-06-27 14:43:47
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 4f5fc898d7816bd0b0e9555d8c3e3925f3aea382 https://github.com/cc65/cc65/commit/4f5fc898d7816bd0b0e9555d8c3e3925f3aea382 Author: mrdudz <mr...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M test/asm/listing/Makefile Log Message: ----------- someone accidently checked this in, i guess Commit: 75aa45d41e745c569d6847c994c9a062b0a90739 https://github.com/cc65/cc65/commit/75aa45d41e745c569d6847c994c9a062b0a90739 Author: mrdudz <mr...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M test/Makefile M test/asm/Makefile Log Message: ----------- when -s was used, implicitly use QUIET=1. also explicitly propagate QUIET to submakefile(s) Commit: 73869a6f389c20b2b8e04998fcaee2f291cf0129 https://github.com/cc65/cc65/commit/73869a6f389c20b2b8e04998fcaee2f291cf0129 Author: mrdudz <mr...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M test/Makefile M test/asm/Makefile Log Message: ----------- make propagating QUIET=1 down actually work, also set --no-print-directory depending on QUIET Commit: 7a85575158ffc4e4325335a92cd3ae9192747b92 https://github.com/cc65/cc65/commit/7a85575158ffc4e4325335a92cd3ae9192747b92 Author: mrdudz <mr...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M test/asm/cpudetect/Makefile M test/asm/err/Makefile M test/asm/listing/Makefile M test/asm/misc/Makefile M test/asm/opcodes/Makefile M test/asm/val/Makefile M test/dasm/Makefile M test/err/Makefile M test/misc/Makefile M test/ref/Makefile M test/standard/Makefile M test/standard_err/Makefile M test/todo/Makefile M test/val/Makefile Log Message: ----------- fix handling of QUIET in the "test" directory Commit: afe395e9705e06f9fe6f56abeed9f9f3a4d021f3 https://github.com/cc65/cc65/commit/afe395e9705e06f9fe6f56abeed9f9f3a4d021f3 Author: mrdudz <mr...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M targettest/Makefile M targettest/accelerator/Makefile M targettest/atari/Makefile M targettest/cbm/Makefile M targettest/gamate/Makefile M targettest/pce/Makefile Log Message: ----------- fix -s vs QUIET in testtarget Commit: 70f9723a893a1b51c66ac427c225c97ea0bd5720 https://github.com/cc65/cc65/commit/70f9723a893a1b51c66ac427c225c97ea0bd5720 Author: mrdudz <mr...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M test/asm/cpudetect/Makefile M test/asm/err/Makefile M test/asm/listing/Makefile M test/asm/misc/Makefile M test/asm/opcodes/Makefile M test/dasm/Makefile M test/err/Makefile M test/misc/Makefile M test/ref/Makefile M test/standard/Makefile M test/standard_err/Makefile M test/todo/Makefile M test/val/Makefile Log Message: ----------- dumb down for cmd.exe Commit: 46770bbb63511a3fad82ab8cd398a56d4d8756c0 https://github.com/cc65/cc65/commit/46770bbb63511a3fad82ab8cd398a56d4d8756c0 Author: mrdudz <mr...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M test/val/Makefile Log Message: ----------- another for cmd.exe Commit: cc6813428c83418f293a48f5a962aacf250ce844 https://github.com/cc65/cc65/commit/cc6813428c83418f293a48f5a962aacf250ce844 Author: mrdudz <mr...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M test/val/Makefile Log Message: ----------- fix the fix Commit: fed7276a631e20a39e44f031ebed12663e9b8f81 https://github.com/cc65/cc65/commit/fed7276a631e20a39e44f031ebed12663e9b8f81 Author: mrdudz <mr...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M samples/Makefile M samples/apple2/Makefile M samples/atari2600/Makefile M samples/atari5200/Makefile M samples/cbm/Makefile M samples/disasm/Makefile M samples/gamate/Makefile M samples/geos/Makefile M samples/geos/grc/Makefile M samples/kim1/Makefile M samples/lynx/Makefile M samples/sim65/Makefile M samples/supervision/Makefile M samples/sym1/Makefile M samples/tutorial/Makefile Log Message: ----------- make makefiles in samples behave the same as the others Commit: 000789de9564190527cf9fe864f56de253d0e3f1 https://github.com/cc65/cc65/commit/000789de9564190527cf9fe864f56de253d0e3f1 Author: mrdudz <mr...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M util/Makefile M util/atari/Makefile M util/gamate/Makefile M util/zlib/Makefile Log Message: ----------- adjust makefiles in util to common behaviour Commit: 261180577ccaf668b73b22bee2d840fa241c59a4 https://github.com/cc65/cc65/commit/261180577ccaf668b73b22bee2d840fa241c59a4 Author: mrdudz <mr...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M targettest/Makefile Log Message: ----------- add subdirs to "platforms" Commit: 703b166b295c6f09fe61b7fd97a69b255815a5ac https://github.com/cc65/cc65/commit/703b166b295c6f09fe61b7fd97a69b255815a5ac Author: mrdudz <mr...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M libsrc/Makefile Log Message: ----------- handle -s and QUIET accordingly in libsrc too. those who never used make -s before might start doing it now :) Commit: 0c22e310ef07a3457db94704a368a45697385dec https://github.com/cc65/cc65/commit/0c22e310ef07a3457db94704a368a45697385dec Author: mrdudz <mr...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M src/Makefile Log Message: ----------- ...and patch the Makefile in src the same way Commit: 1f1e1f1490c167e02c53e79e35d060608386fd50 https://github.com/cc65/cc65/commit/1f1e1f1490c167e02c53e79e35d060608386fd50 Author: mrdudz <mr...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M targettest/Makefile M targettest/accelerator/Makefile M targettest/atari/Makefile M targettest/cbm/Makefile M targettest/gamate/Makefile M targettest/pce/Makefile Log Message: ----------- output target before name(s) Commit: 0d98ab42f03de4e8d5693892dd7737e3ddc49441 https://github.com/cc65/cc65/commit/0d98ab42f03de4e8d5693892dd7737e3ddc49441 Author: mrdudz <mr...@us...> Date: 2025-06-27 (Fri, 27 Jun 2025) Changed paths: M .github/workflows/build-on-pull-request.yml M .github/workflows/snapshot-on-push-master.yml M .github/workflows/windows-test-scheduled.yml Log Message: ----------- pass QUIET in the workflows Commit: ecdc59de474f654ef92c51adc598034d086ce815 https://github.com/cc65/cc65/commit/ecdc59de474f654ef92c51adc598034d086ce815 Author: mrdudz <mr...@us...> Date: 2025-06-27 (Fri, 27 Jun 2025) Changed paths: M .github/workflows/build-on-pull-request.yml M .github/workflows/snapshot-on-push-master.yml Log Message: ----------- more QUIET=1 Commit: d909a2c285c0a2ea0a77da6963c2a0aef72089de https://github.com/cc65/cc65/commit/d909a2c285c0a2ea0a77da6963c2a0aef72089de Author: Bob Andrews <mr...@us...> Date: 2025-06-27 (Fri, 27 Jun 2025) Changed paths: M .github/workflows/build-on-pull-request.yml M .github/workflows/snapshot-on-push-master.yml M .github/workflows/windows-test-scheduled.yml M libsrc/Makefile M samples/Makefile M samples/apple2/Makefile M samples/atari2600/Makefile M samples/atari5200/Makefile M samples/cbm/Makefile M samples/disasm/Makefile M samples/gamate/Makefile M samples/geos/Makefile M samples/geos/grc/Makefile M samples/kim1/Makefile M samples/lynx/Makefile M samples/sim65/Makefile M samples/supervision/Makefile M samples/sym1/Makefile M samples/tutorial/Makefile M src/Makefile M targettest/Makefile M targettest/accelerator/Makefile M targettest/atari/Makefile M targettest/cbm/Makefile M targettest/gamate/Makefile M targettest/pce/Makefile M test/Makefile M test/asm/Makefile M test/asm/cpudetect/Makefile M test/asm/err/Makefile M test/asm/listing/Makefile M test/asm/misc/Makefile M test/asm/opcodes/Makefile M test/asm/val/Makefile M test/dasm/Makefile M test/err/Makefile M test/misc/Makefile M test/ref/Makefile M test/standard/Makefile M test/standard_err/Makefile M test/todo/Makefile M test/val/Makefile M util/Makefile M util/atari/Makefile M util/gamate/Makefile M util/zlib/Makefile Log Message: ----------- Merge pull request #2746 from mrdudz/bequiet Fix -s vs QUIET in the makefiles Compare: https://github.com/cc65/cc65/compare/270552af48cb...d909a2c285c0 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-06-27 14:42:03
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 5fc15a7a60f16c239c01663be52c48fb20ad1e4f https://github.com/cc65/cc65/commit/5fc15a7a60f16c239c01663be52c48fb20ad1e4f Author: mrdudz <mr...@us...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M asminc/zeropage.inc M doc/atari.sgml M doc/ca65.sgml M doc/cc65-intern.sgml M doc/customizing.sgml M doc/sim65.sgml M libsrc/agat/crt0.s M libsrc/apple2/callmain.s M libsrc/apple2/crt0.s M libsrc/apple2/exec.s M libsrc/apple2/filename.s M libsrc/apple2/mli_file_info_direct.s M libsrc/apple2/mou/a2.stdmou.s M libsrc/apple2/open.s M libsrc/apple2/syschdir.s M libsrc/apple2/sysmkdir.s M libsrc/apple2/sysremove.s M libsrc/apple2/sysrename.s M libsrc/atari/crt0.s M libsrc/atari/diopncls.s M libsrc/atari/fdtable.s M libsrc/atari/mcbpm.s M libsrc/atari/mou/atrjoy.s M libsrc/atari/mou/atrst.s M libsrc/atari/mou/atrtt.s M libsrc/atari/sysrename.s M libsrc/atari/ucase_fn.s M libsrc/atari2600/crt0.s M libsrc/atari5200/crt0.s M libsrc/atari7800/crt0.s M libsrc/atari7800/mono_setcursor.s M libsrc/atari7800/setcursor.s M libsrc/atmos/crt0.s M libsrc/c128/crt0.s M libsrc/c128/mou/c128-1351.s M libsrc/c128/mou/c128-inkwell.s M libsrc/c128/mou/c128-joy.s M libsrc/c128/mou/c128-pot.s M libsrc/c16/crt0.s M libsrc/c64/crt0.s M libsrc/c64/mou/c64-1351.s M libsrc/c64/mou/c64-inkwell.s M libsrc/c64/mou/c64-joy.s M libsrc/c64/mou/c64-pot.s M libsrc/cbm/dir.s M libsrc/cbm/open.s M libsrc/cbm/write.s M libsrc/cbm510/crt0.s M libsrc/cbm510/mou/cbm510-inkwl.s M libsrc/cbm510/mou/cbm510-joy.s M libsrc/cbm610/crt0.s M libsrc/common/_fopen.s M libsrc/common/_heap.s M libsrc/common/_idiv32by16r16.s M libsrc/common/_printf.s M libsrc/common/_udiv32by16r16.s M libsrc/common/fprintf.s M libsrc/common/fread.s M libsrc/common/fscanf.s M libsrc/common/interrupt.s M libsrc/common/itoa.s M libsrc/common/longjmp.s M libsrc/common/lz4.s M libsrc/common/memcpy.s M libsrc/common/memset.s M libsrc/common/printf.s M libsrc/common/realloc.s M libsrc/common/scanf.s M libsrc/common/setjmp.s M libsrc/common/snprintf.s M libsrc/common/sprintf.s M libsrc/common/sscanf.s M libsrc/common/vfprintf.s M libsrc/common/vfscanf.s M libsrc/common/vprintf.s M libsrc/common/vscanf.s M libsrc/common/vsnprintf.s M libsrc/common/vsscanf.s M libsrc/conio/cprintf.s M libsrc/conio/cscanf.s M libsrc/conio/vcprintf.s M libsrc/creativision/crt0.s M libsrc/cx16/crt0.s M libsrc/cx16/mou/cx16-std.s M libsrc/dbg/dbgdump.s M libsrc/dbg/dbgsupp.s M libsrc/gamate/crt0.s M libsrc/geos-common/drivers/geos-stdmou.s M libsrc/geos-common/system/crt0.s M libsrc/kim1/crt0.s M libsrc/lynx/crt0.s M libsrc/lynx/lseek.s M libsrc/nes/crt0.s M libsrc/none/crt0.s M libsrc/osic1p/crt0.s M libsrc/pce/_printf.s M libsrc/pce/crt0.s M libsrc/pce/memcpy.s M libsrc/pet/crt0.s M libsrc/plus4/crt0.s M libsrc/rp6502/crt0.s M libsrc/rp6502/ria.s M libsrc/rp6502/xreg.s M libsrc/runtime/add.s M libsrc/runtime/addeqsp.s M libsrc/runtime/addysp.s M libsrc/runtime/and.s M libsrc/runtime/bpushbsp.s M libsrc/runtime/decsp1.s M libsrc/runtime/decsp2.s M libsrc/runtime/decsp3.s M libsrc/runtime/decsp4.s M libsrc/runtime/decsp5.s M libsrc/runtime/decsp6.s M libsrc/runtime/decsp7.s M libsrc/runtime/decsp8.s M libsrc/runtime/enter.s M libsrc/runtime/eq.s M libsrc/runtime/icmp.s M libsrc/runtime/incsp1.s M libsrc/runtime/incsp2.s M libsrc/runtime/ladd.s M libsrc/runtime/laddeqsp.s M libsrc/runtime/land.s M libsrc/runtime/lcmp.s M libsrc/runtime/ldau0sp.s M libsrc/runtime/ldauisp.s M libsrc/runtime/ldaxsp.s M libsrc/runtime/ldeaxysp.s M libsrc/runtime/leaaxsp.s M libsrc/runtime/leave.s M libsrc/runtime/lmul.s M libsrc/runtime/lor.s M libsrc/runtime/lpop.s M libsrc/runtime/lpush.s M libsrc/runtime/lrsub.s M libsrc/runtime/lsub.s M libsrc/runtime/lsubeqsp.s M libsrc/runtime/ludiv.s M libsrc/runtime/lxor.s M libsrc/runtime/or.s M libsrc/runtime/popa.s M libsrc/runtime/popptr1.s M libsrc/runtime/popsreg.s M libsrc/runtime/pusha.s M libsrc/runtime/pushax.s M libsrc/runtime/pushbsp.s M libsrc/runtime/pushlysp.s M libsrc/runtime/pushwsp.s M libsrc/runtime/regswap.s M libsrc/runtime/regswap1.s M libsrc/runtime/regswap2.s M libsrc/runtime/rsub.s M libsrc/runtime/staspidx.s M libsrc/runtime/staxsp.s M libsrc/runtime/staxspi.s M libsrc/runtime/steaxsp.s M libsrc/runtime/stkchk.s M libsrc/runtime/sub.s M libsrc/runtime/subeqsp.s M libsrc/runtime/subysp.s M libsrc/runtime/swap.s M libsrc/runtime/tosint.s M libsrc/runtime/toslong.s M libsrc/runtime/xor.s M libsrc/runtime/zeropage.s M libsrc/sim6502/crt0.s M libsrc/sim6502/exehdr.s M libsrc/supervision/crt0.s M libsrc/sym1/crt0.s M libsrc/telestrat/crt0.s M libsrc/telestrat/open.s M libsrc/telestrat/wherex.s M libsrc/tgi/tgi_outtextxy.s M libsrc/vic20/crt0.s M libsrc/zlib/inflatemem.s M samples/getsp.s M samples/tinyshell.c M src/cc65/codegen.c M src/cc65/codeinfo.c M src/cc65/codeinfo.h M src/cc65/codeopt.c M src/cc65/codeoptutil.c M src/cc65/coptadd.c M src/cc65/coptadd.h M src/cc65/coptbool.c M src/cc65/coptcmp.c M src/cc65/coptcmp.h M src/cc65/coptmisc.c M src/cc65/coptptrload.c M src/cc65/coptptrload.h M src/cc65/coptptrstore.c M src/cc65/coptptrstore.h M src/cc65/coptstop.c M src/cc65/coptstore.c M src/cc65/locals.c M src/cc65/stdfunc.c M src/dbginfo/dbgsh.c M src/sim65/main.c M targettest/atari/mem.c M targettest/ft.c M targettest/getsp.s M test/val/bug1652-optimizer.c M test/val/cq85.c Log Message: ----------- test #2674 Commit: 358167556c662aa677f3b00d9d2169290215c853 https://github.com/cc65/cc65/commit/358167556c662aa677f3b00d9d2169290215c853 Author: mrdudz <mr...@us...> Date: 2025-06-24 (Tue, 24 Jun 2025) Changed paths: M doc/funcref.sgml M libsrc/runtime/zeropage.s M src/cc65/coptptrstore.c M src/dbginfo/dbgsh.c M targettest/atari/mem.c Log Message: ----------- Merge remote-tracking branch 'upstream' into tryrenaming Commit: 7be14a951c6ac9bfd5d7dacb7aab8a6f6c04cb7d https://github.com/cc65/cc65/commit/7be14a951c6ac9bfd5d7dacb7aab8a6f6c04cb7d Author: mrdudz <mr...@us...> Date: 2025-06-24 (Tue, 24 Jun 2025) Changed paths: A asminc/c65.inc M asminc/cbm_kernal.inc M asminc/cpu.mac A asminc/mega65.inc Log Message: ----------- initial asm includes for c65 and mega65 Commit: 681b49a1119e9539250da723e208ef963684bfbd https://github.com/cc65/cc65/commit/681b49a1119e9539250da723e208ef963684bfbd Author: mrdudz <mr...@us...> Date: 2025-06-24 (Tue, 24 Jun 2025) Changed paths: A include/c65.h M include/cbm.h A include/mega65.h Log Message: ----------- initial target header files for c65 and mega65 Commit: a37a88d5bf7c5a0a7856e680e8a295c8f72f75a2 https://github.com/cc65/cc65/commit/a37a88d5bf7c5a0a7856e680e8a295c8f72f75a2 Author: mrdudz <mr...@us...> Date: 2025-06-24 (Tue, 24 Jun 2025) Changed paths: M include/c65.h M include/mega65.h Log Message: ----------- std cbm tgi colors Commit: bfb16888d142dcefce054c307d74a82ccd0673fc https://github.com/cc65/cc65/commit/bfb16888d142dcefce054c307d74a82ccd0673fc Author: mrdudz <mr...@us...> Date: 2025-06-24 (Tue, 24 Jun 2025) Changed paths: A cfg/c65.cfg A cfg/mega65.cfg Log Message: ----------- simple linker config for c65 and mega65 Commit: 450c8f7c558cd74bd9c5b1e4c77bb8914e1a1d1e https://github.com/cc65/cc65/commit/450c8f7c558cd74bd9c5b1e4c77bb8914e1a1d1e Author: mrdudz <mr...@us...> Date: 2025-06-24 (Tue, 24 Jun 2025) Changed paths: M asminc/cbm_kernal.inc A libsrc/c65/crt0.s A libsrc/c65/kernal.s A libsrc/mega65/crt0.s A libsrc/mega65/kernal.s Log Message: ----------- startup code and minimalist kernal support for c65 and mega65 Commit: d374ea2cde07f6dbfc3cfe09d4857e2fcc387c67 https://github.com/cc65/cc65/commit/d374ea2cde07f6dbfc3cfe09d4857e2fcc387c67 Author: mrdudz <mr...@us...> Date: 2025-06-24 (Tue, 24 Jun 2025) Changed paths: M libsrc/cbm/cpeekc.s M libsrc/cbm/cpeekcolor.s M libsrc/cbm/cpeekrevers.s M libsrc/cbm/cpeeks.s Log Message: ----------- include target header to allow lib to build Commit: d6cc8939404b1bbba68efd893dd140b6f9f2a623 https://github.com/cc65/cc65/commit/d6cc8939404b1bbba68efd893dd140b6f9f2a623 Author: mrdudz <mr...@us...> Date: 2025-06-24 (Tue, 24 Jun 2025) Changed paths: M src/common/cpu.c M src/common/cpu.h Log Message: ----------- fix instruction set bits set by the compiler. in particular do not set the 65SC02 bit for 4510/45GS02, else we get clashes with sta(zp) Commit: faa287f57888540bd7c50caf693acd787dbed085 https://github.com/cc65/cc65/commit/faa287f57888540bd7c50caf693acd787dbed085 Author: mrdudz <mr...@us...> Date: 2025-06-24 (Tue, 24 Jun 2025) Changed paths: M libsrc/Makefile M samples/Makefile Log Message: ----------- enable building library and samples Commit: f787e0857aa9396cece5b534d6971e7aeba0bb89 https://github.com/cc65/cc65/commit/f787e0857aa9396cece5b534d6971e7aeba0bb89 Author: mrdudz <mr...@us...> Date: 2025-06-24 (Tue, 24 Jun 2025) Changed paths: M asminc/cpu.mac M libsrc/c65/kernal.s M libsrc/mega65/kernal.s Log Message: ----------- remove non existing kernal export Commit: 4d1fbe3f908ae12f7c6718eb995ffef7ea3f3f36 https://github.com/cc65/cc65/commit/4d1fbe3f908ae12f7c6718eb995ffef7ea3f3f36 Author: mrdudz <mr...@us...> Date: 2025-06-24 (Tue, 24 Jun 2025) Changed paths: M test/asm/cpudetect/4510-cpudetect.ref M test/asm/cpudetect/45GS02-cpudetect.ref Log Message: ----------- fix refs (remove 652SC02) Commit: fa6d72cae5de6e275813b0ba6d227b2280148bb5 https://github.com/cc65/cc65/commit/fa6d72cae5de6e275813b0ba6d227b2280148bb5 Author: mrdudz <mr...@us...> Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: M cfg/c65.cfg M cfg/mega65.cfg Log Message: ----------- move zp range to a somewhat safer place Commit: 23336420b16dc32a68dd4a97515a6493fb2e0178 https://github.com/cc65/cc65/commit/23336420b16dc32a68dd4a97515a6493fb2e0178 Author: mrdudz <mr...@us...> Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: M asminc/c65.inc M asminc/mega65.inc A libsrc/c65/_scrsize.s A libsrc/c65/bordercolor.s A libsrc/c65/clrscr.s A libsrc/c65/color.s A libsrc/c65/conio.s A libsrc/c65/cputc.s A libsrc/c65/devnum.s A libsrc/c65/kbhit.s A libsrc/c65/status.s A libsrc/mega65/_scrsize.s A libsrc/mega65/bordercolor.s A libsrc/mega65/clrscr.s A libsrc/mega65/color.s A libsrc/mega65/conio.s A libsrc/mega65/cputc.s A libsrc/mega65/devnum.s A libsrc/mega65/kbhit.s A libsrc/mega65/status.s M samples/Makefile Log Message: ----------- a bunch of simple conio fixes, makes a few more samples work Commit: 79b2d25840656d5b2beb36f18e56b79eaf2fff0f https://github.com/cc65/cc65/commit/79b2d25840656d5b2beb36f18e56b79eaf2fff0f Author: mrdudz <mr...@us...> Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: M asminc/c65.inc Log Message: ----------- name the SIDs 1 and 2 just like the CIAs Commit: db494325615910fb9f5136e02bed8ff5091cdec8 https://github.com/cc65/cc65/commit/db494325615910fb9f5136e02bed8ff5091cdec8 Author: mrdudz <mr...@us...> Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: M libsrc/c65/crt0.s A libsrc/c65/get_tv.s A libsrc/c65/gettime.s A libsrc/c65/mainargs.s A libsrc/c65/randomize.s A libsrc/c65/revers.s A libsrc/c65/settime.s A libsrc/c65/sysuname.s A libsrc/c65/tmcommon.s M libsrc/mega65/crt0.s A libsrc/mega65/get_tv.s A libsrc/mega65/gettime.s A libsrc/mega65/mainargs.s A libsrc/mega65/randomize.s A libsrc/mega65/revers.s A libsrc/mega65/sysuname.s A libsrc/mega65/tmcommon.s M targettest/Makefile M targettest/cpeek-test.c Log Message: ----------- some more simple fixes, make targettest(s) work Commit: 955c6627c0dc94d38e14e228e1ace6637b0e2671 https://github.com/cc65/cc65/commit/955c6627c0dc94d38e14e228e1ace6637b0e2671 Author: mrdudz <mr...@us...> Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: A libsrc/mega65/settime.s Log Message: ----------- forgot settime... Commit: 4db5ac6c142479ec92f4bc09cd19e7aa98184209 https://github.com/cc65/cc65/commit/4db5ac6c142479ec92f4bc09cd19e7aa98184209 Author: mrdudz <mr...@us...> Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: A libsrc/c65/cpeekc.s A libsrc/c65/cpeekcolor.s A libsrc/c65/cpeeks.s M libsrc/c65/cputc.s M libsrc/cbm/cpeekc.s M libsrc/cbm/cpeekcolor.s M libsrc/cbm/cpeeks.s A libsrc/mega65/cpeekc.s A libsrc/mega65/cpeekcolor.s A libsrc/mega65/cpeekrevers.s A libsrc/mega65/cpeeks.s M libsrc/mega65/cputc.s M libsrc/mega65/kbhit.s Log Message: ----------- SCREEN_PTR does only contain the offset apparently (unlike on other cbm systems), so we need extra handling Commit: 1e209b1f150c681c208c28ebd0f7641f9e6d0683 https://github.com/cc65/cc65/commit/1e209b1f150c681c208c28ebd0f7641f9e6d0683 Author: mrdudz <mr...@us...> Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: M libsrc/c65/cputc.s Log Message: ----------- forgot, need sleep Commit: 2206b8d1998b35bdad3248cb9fb57f5df54a36f2 https://github.com/cc65/cc65/commit/2206b8d1998b35bdad3248cb9fb57f5df54a36f2 Author: mrdudz <mr...@us...> Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: M libsrc/c65/_scrsize.s M libsrc/mega65/_scrsize.s Log Message: ----------- fix getscreensize Commit: ef1b1015385cb9df6e894ffc64b8d84150d371b4 https://github.com/cc65/cc65/commit/ef1b1015385cb9df6e894ffc64b8d84150d371b4 Author: mrdudz <mr...@us...> Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: M asminc/cbm_kernal.inc A libsrc/c65/cursor.s A libsrc/mega65/cursor.s Log Message: ----------- fix cursor() Commit: a7e509cd43f4ff54a11873757615f8bf68d49940 https://github.com/cc65/cc65/commit/a7e509cd43f4ff54a11873757615f8bf68d49940 Author: mrdudz <mr...@us...> Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: M asminc/cbm_kernal.inc A libsrc/c65/cgetc.s R libsrc/c65/cursor.s M libsrc/c65/kbhit.s A libsrc/mega65/cgetc.s R libsrc/mega65/cursor.s M libsrc/mega65/kbhit.s Log Message: ----------- better handling of the cursor, use kernal function to read key, not the UART directly Commit: f8b1691effefb9492720b03ffd4fe7784d13a6a9 https://github.com/cc65/cc65/commit/f8b1691effefb9492720b03ffd4fe7784d13a6a9 Author: mrdudz <mr...@us...> Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: A include/_vic3.h M include/c65.h M include/mega65.h Log Message: ----------- prepare vic3 header Commit: 38bdb2326bddc8e8baf20596e6a487de0d675f4e https://github.com/cc65/cc65/commit/38bdb2326bddc8e8baf20596e6a487de0d675f4e Author: mrdudz <mr...@us...> Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: M samples/Makefile A samples/joydemo.c Log Message: ----------- added a simple joystick api example, since we didn't have one. Commit: ad4d86bbf29476c191ad243b3361c3f3720d9dc4 https://github.com/cc65/cc65/commit/ad4d86bbf29476c191ad243b3361c3f3720d9dc4 Author: mrdudz <mr...@us...> Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: A libsrc/c65/joy/c65-stdjoy.s A libsrc/c65/joy_stat_stddrv.s A libsrc/c65/joy_stddrv.s A libsrc/c65/libref.s A libsrc/mega65/joy/m65-stdjoy.s A libsrc/mega65/joy_stat_stddrv.s A libsrc/mega65/joy_stddrv.s A libsrc/mega65/libref.s Log Message: ----------- add a standard joystick driver, adapted from the c64 one Commit: 1b815d4148e084600513c7de2a359682e8285f79 https://github.com/cc65/cc65/commit/1b815d4148e084600513c7de2a359682e8285f79 Author: mrdudz <mr...@us...> Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: M samples/Makefile M samples/joydemo.c Log Message: ----------- add joydemo to c65/mega65 samples, it works when driver is statically linked Commit: 01ba0b562d9b541638911fd50b6d3149cd7ade90 https://github.com/cc65/cc65/commit/01ba0b562d9b541638911fd50b6d3149cd7ade90 Author: mrdudz <mr...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M .github/checks/lastline.sh M .github/checks/lineendings.sh M .github/checks/noexec.sh M .github/checks/sorted.sh M .github/checks/sorted_codeopt.sh M .github/checks/sorted_opcodes.sh M .github/checks/spaces.sh M .github/checks/tabs.sh A libsrc/agat/sysuname.s M libsrc/apple2/sysuname.s M libsrc/atari/sysuname.s M libsrc/atari5200/sysuname.s M libsrc/atmos/sysuname.s M libsrc/c128/sysuname.s M libsrc/c16/sysuname.s M libsrc/c64/sysuname.s M libsrc/cbm510/sysuname.s M libsrc/cbm610/sysuname.s M libsrc/creativision/sysuname.s M libsrc/cx16/sysuname.s M libsrc/geos-common/system/sysuname.s M libsrc/lynx/sysuname.s M libsrc/nes/sysuname.s M libsrc/pet/sysuname.s M libsrc/plus4/sysuname.s M libsrc/telestrat/sysuname.s M libsrc/vic20/sysuname.s M samples/Makefile M samples/checkversion.c M samples/tutorial/Makefile M src/cc65/codeopt.c M src/cc65/coptcmp.c M src/cc65/coptcmp.h Log Message: ----------- Merge branch 'master' into mega65c Commit: b1a123b601a6ac42d7c0c7754101b876d072a35d https://github.com/cc65/cc65/commit/b1a123b601a6ac42d7c0c7754101b876d072a35d Author: mrdudz <mr...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: A libsrc/c65/cpeekrevers.s M libsrc/c65/cputc.s M libsrc/cbm/cpeekrevers.s Log Message: ----------- fix c65 lib, remove includes from cbm generic lib Commit: 2de056167a8e0935a8b64e7819821951343344c3 https://github.com/cc65/cc65/commit/2de056167a8e0935a8b64e7819821951343344c3 Author: mrdudz <mr...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M samples/checkversion.c M samples/joydemo.c Log Message: ----------- fix warnings Commit: 270552af48cbfb30aa90f24a3c2d6ad1baaa104b https://github.com/cc65/cc65/commit/270552af48cbfb30aa90f24a3c2d6ad1baaa104b Author: Bob Andrews <mr...@us...> Date: 2025-06-27 (Fri, 27 Jun 2025) Changed paths: A asminc/c65.inc M asminc/cbm_kernal.inc M asminc/cpu.mac A asminc/mega65.inc A cfg/c65.cfg A cfg/mega65.cfg A include/_vic3.h A include/c65.h M include/cbm.h A include/mega65.h M libsrc/Makefile A libsrc/c65/_scrsize.s A libsrc/c65/bordercolor.s A libsrc/c65/cgetc.s A libsrc/c65/clrscr.s A libsrc/c65/color.s A libsrc/c65/conio.s A libsrc/c65/cpeekc.s A libsrc/c65/cpeekcolor.s A libsrc/c65/cpeekrevers.s A libsrc/c65/cpeeks.s A libsrc/c65/cputc.s A libsrc/c65/crt0.s A libsrc/c65/devnum.s A libsrc/c65/get_tv.s A libsrc/c65/gettime.s A libsrc/c65/joy/c65-stdjoy.s A libsrc/c65/joy_stat_stddrv.s A libsrc/c65/joy_stddrv.s A libsrc/c65/kbhit.s A libsrc/c65/kernal.s A libsrc/c65/libref.s A libsrc/c65/mainargs.s A libsrc/c65/randomize.s A libsrc/c65/revers.s A libsrc/c65/settime.s A libsrc/c65/status.s A libsrc/c65/sysuname.s A libsrc/c65/tmcommon.s A libsrc/mega65/_scrsize.s A libsrc/mega65/bordercolor.s A libsrc/mega65/cgetc.s A libsrc/mega65/clrscr.s A libsrc/mega65/color.s A libsrc/mega65/conio.s A libsrc/mega65/cpeekc.s A libsrc/mega65/cpeekcolor.s A libsrc/mega65/cpeekrevers.s A libsrc/mega65/cpeeks.s A libsrc/mega65/cputc.s A libsrc/mega65/crt0.s A libsrc/mega65/devnum.s A libsrc/mega65/get_tv.s A libsrc/mega65/gettime.s A libsrc/mega65/joy/m65-stdjoy.s A libsrc/mega65/joy_stat_stddrv.s A libsrc/mega65/joy_stddrv.s A libsrc/mega65/kbhit.s A libsrc/mega65/kernal.s A libsrc/mega65/libref.s A libsrc/mega65/mainargs.s A libsrc/mega65/randomize.s A libsrc/mega65/revers.s A libsrc/mega65/settime.s A libsrc/mega65/status.s A libsrc/mega65/sysuname.s A libsrc/mega65/tmcommon.s M samples/Makefile M samples/checkversion.c A samples/joydemo.c M src/common/cpu.c M src/common/cpu.h M targettest/Makefile M targettest/cpeek-test.c M test/asm/cpudetect/4510-cpudetect.ref M test/asm/cpudetect/45GS02-cpudetect.ref Log Message: ----------- Merge pull request #2734 from mrdudz/mega65c C65 and Mega65 initial C support Compare: https://github.com/cc65/cc65/compare/9c4934239efa...270552af48cb To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |