cc65-git Mailing List for cc65 (Page 5)
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-06-27 14:17:23
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: d5e7c94eb2549f4475221d5622ca17df3d59ea59 https://github.com/cc65/cc65/commit/d5e7c94eb2549f4475221d5622ca17df3d59ea59 Author: Kugel Fuhr <983...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M src/cc65/input.c M src/cc65/input.h M src/cc65/preproc.c M src/cc65/preproc.h Log Message: ----------- Introduce an optimization for (header) files containing include guards: If such an include guard exists, the file is not read and parsed multiple times (as before) but duplicate inclusion is detected before opening the file and the additional overhead is avoided. Commit: 9c4934239efa45eec641514730ebba8d49d3a56d https://github.com/cc65/cc65/commit/9c4934239efa45eec641514730ebba8d49d3a56d Author: Bob Andrews <mr...@us...> Date: 2025-06-27 (Fri, 27 Jun 2025) Changed paths: M src/cc65/input.c M src/cc65/input.h M src/cc65/preproc.c M src/cc65/preproc.h Log Message: ----------- Merge pull request #2743 from kugelfuhr/kugelfuhr/include-guard Do not read a file twice if it has an include guard Compare: https://github.com/cc65/cc65/compare/a028ac414012...9c4934239efa To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Colin Leroy-M. <no...@gi...> - 2025-06-26 19:52:48
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: a028ac4140127cfec5f546f6cfc151f25cbaaf98 https://github.com/cc65/cc65/commit/a028ac4140127cfec5f546f6cfc151f25cbaaf98 Author: Colin Leroy-Mira <co...@co...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M libsrc/apple2/crt0.s Log Message: ----------- Apple2: Fix permanently disabled IRQ Regression introduced in 990d65e: Pushing status, initializing IRQ handler (which enables IRQ) then pulling status re-disables IRQ. To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-06-26 14:05:44
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: bc9ebfb077f30a7b4e15e0613266b2fe325ec8e5 https://github.com/cc65/cc65/commit/bc9ebfb077f30a7b4e15e0613266b2fe325ec8e5 Author: Bob Andrews <mr...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M libsrc/nes/ppubuf.s Log Message: ----------- Update ppubuf.s - fix ppu ringbuffer size as suggested in #1703 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-06-26 13:44:28
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 5db2aed1297e7590beb35c43fa5ae40c44e2b686 https://github.com/cc65/cc65/commit/5db2aed1297e7590beb35c43fa5ae40c44e2b686 Author: Kugel Fuhr <983...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M asminc/zeropage.inc A libsrc/runtime/sp-compat.s A test/asm/listing/ref/sp-compat.ld65err2-ref A test/asm/listing/sp-compat.s Log Message: ----------- Allow "sp" as an alias for "c_sp" for backwards compatibility. Using it will work but generates a linker warning. Added a test to check for this warning. Commit: 399f5aaab7ebab11f8f878641389e59224adad7d https://github.com/cc65/cc65/commit/399f5aaab7ebab11f8f878641389e59224adad7d Author: Kugel Fuhr <983...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M .github/checks/Makefile A .github/checks/checksp.sh M .github/workflows/build-on-pull-request.yml M Makefile Log Message: ----------- Check that there are no library modules that use the old "sp" symbol instead of "c_sp". Commit: e2a39d076d8b5f337a78c4b7871ca6355b28e1a6 https://github.com/cc65/cc65/commit/e2a39d076d8b5f337a78c4b7871ca6355b28e1a6 Author: Kugel Fuhr <983...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: A test/asm/listing/080-sp-compat.s A test/asm/listing/ref/080-sp-compat.ld65err2-ref R test/asm/listing/ref/sp-compat.ld65err2-ref R test/asm/listing/sp-compat.s Log Message: ----------- Renamed the assembler test. Commit: c5fccb2c7e407656020b02d082cef44d3acd5c00 https://github.com/cc65/cc65/commit/c5fccb2c7e407656020b02d082cef44d3acd5c00 Author: Bob Andrews <mr...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M .github/checks/Makefile A .github/checks/checksp.sh M .github/workflows/build-on-pull-request.yml M Makefile M asminc/zeropage.inc A libsrc/runtime/sp-compat.s A test/asm/listing/080-sp-compat.s A test/asm/listing/ref/080-sp-compat.ld65err2-ref Log Message: ----------- Merge pull request #2742 from kugelfuhr/kugelfuhr/sp-backwards-compat Allow "sp" as an alias for "c_sp" to avoid breaking old code Compare: https://github.com/cc65/cc65/compare/3a6766d0a0bc...c5fccb2c7e40 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-06-25 23:48:20
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 0290b276aeb58c8782f4bdc8c49c6efabc3ee915 https://github.com/cc65/cc65/commit/0290b276aeb58c8782f4bdc8c49c6efabc3ee915 Author: mrdudz <mr...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: 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/checkversion.c Log Message: ----------- fix sysuname for all targets, somehow this was forgotten Commit: 8bf6bb606c1a0b21fedab6ac4e332dab6df0ed96 https://github.com/cc65/cc65/commit/8bf6bb606c1a0b21fedab6ac4e332dab6df0ed96 Author: mrdudz <mr...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M samples/Makefile M samples/tutorial/Makefile Log Message: ----------- make sure "make platforms" actually checks all targets Commit: 3a6766d0a0bc48cafe27bbe53b50505a374fa17a https://github.com/cc65/cc65/commit/3a6766d0a0bc48cafe27bbe53b50505a374fa17a Author: Bob Andrews <mr...@us...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: 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 Log Message: ----------- Merge pull request #2737 from mrdudz/asmversion fix version in sysuname for all targets Compare: https://github.com/cc65/cc65/compare/801508aecfc7...3a6766d0a0bc To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-06-25 22:29:57
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: c0a1b1b887af536612987847c9344a1226bf4397 https://github.com/cc65/cc65/commit/c0a1b1b887af536612987847c9344a1226bf4397 Author: Kugel Fuhr <983...@us...> Date: 2025-06-24 (Tue, 24 Jun 2025) Changed paths: M src/cc65/codeopt.c M src/cc65/coptcmp.c M src/cc65/coptcmp.h Log Message: ----------- Add an optimization step that removes compare instructions preceeding an RTS. Since nothing is passed back in the flags, these instructions have no effect. Fixes #2025. Commit: 7a6c60ade423c186d11b89be9fb1d99aa8a33a6b https://github.com/cc65/cc65/commit/7a6c60ade423c186d11b89be9fb1d99aa8a33a6b Author: Kugel Fuhr <983...@us...> Date: 2025-06-24 (Tue, 24 Jun 2025) Changed paths: M src/cc65/codeopt.c Log Message: ----------- Do also sort variables to satisfy sorted_codeopt.sh. Commit: 1feeee9ce076bff2aead0ddfa8427a0f9e452d6a https://github.com/cc65/cc65/commit/1feeee9ce076bff2aead0ddfa8427a0f9e452d6a Author: Kugel Fuhr <983...@us...> Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: M .github/checks/sorted_codeopt.sh Log Message: ----------- Do only check .c and .h files. Commit: 55d9b2dbd0530aa5f355be94126676ff100f2cc9 https://github.com/cc65/cc65/commit/55d9b2dbd0530aa5f355be94126676ff100f2cc9 Author: Kugel Fuhr <983...@us...> Date: 2025-06-25 (Wed, 25 Jun 2025) Changed paths: M src/cc65/codeopt.c M src/cc65/coptcmp.c M src/cc65/coptcmp.h Log Message: ----------- Rewrite the optimization step from c0a1b1b887af536612987847c9344a1226bf4397 to remove compares not only before RTS but also befoire function calls that don't use the flags but destroy all of them. The latter is currently the case for all functions called. This way the optimization covers a lot more cases than just checking for RTS. Commit: fa81f14cbf2b7cbfee4dbda68d65666b78d2ca91 https://github.com/cc65/cc65/commit/fa81f14cbf2b7cbfee4dbda68d65666b78d2ca91 Author: Kugel Fuhr <983...@us...> Date: 2025-06-25 (Wed, 25 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 Log Message: ----------- Add an explicit "exit 0" to the shell scripts. This worked more or less by coincidence before since shell scripts return the exit code of the last command run if there is no explicit exit statement. Commit: 801508aecfc7bfd548467044a445edaf7ff9e4a3 https://github.com/cc65/cc65/commit/801508aecfc7bfd548467044a445edaf7ff9e4a3 Author: Bob Andrews <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 M src/cc65/codeopt.c M src/cc65/coptcmp.c M src/cc65/coptcmp.h Log Message: ----------- Merge pull request #2735 from kugelfuhr/kugelfuhr/fix-2025 Add an optimization that removes compare instructions preceeding RTS or function calls Compare: https://github.com/cc65/cc65/compare/54a2410b5a98...801508aecfc7 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: cc65 O. <no...@gi...> - 2025-06-24 15:49:54
|
Branch: refs/heads/master Home: https://github.com/cc65/doc Commit: eb1665625f995fc3858c19cb0560912157992c2f https://github.com/cc65/doc/commit/eb1665625f995fc3858c19cb0560912157992c2f Author: cc65-github <cc6...@gi...> Date: 2025-06-24 (Tue, 24 Jun 2025) Changed paths: M atari.html M ca65.html M cc65-intern.html M customizing.html M sim65.html Log Message: ----------- Updated from https://github.com/cc65/cc65/commit/54a2410b5a98948e17696d6831521a69b593860f To unsubscribe from these emails, change your notification settings at https://github.com/cc65/doc/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-06-24 15:44:42
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 3d118dc6e55e9909ac47ab446f5f88630b47f53e https://github.com/cc65/cc65/commit/3d118dc6e55e9909ac47ab446f5f88630b47f53e Author: Gorilla Sapiens <emb...@gm...> Date: 2025-06-04 (Wed, 04 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/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/asm/opcodes/m740-opcodes.s M test/val/bug1652-optimizer.c M test/val/cq85.c Log Message: ----------- rename "sp" to "spc", avoid conflict with 4510 opcodes Commit: b6f42f9ab260d0974281aae15aa74166edddac1d https://github.com/cc65/cc65/commit/b6f42f9ab260d0974281aae15aa74166edddac1d Author: Gorilla Sapiens <emb...@gm...> Date: 2025-06-04 (Wed, 04 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/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/asm/opcodes/m740-opcodes.s M test/val/bug1652-optimizer.c M test/val/cq85.c Log Message: ----------- changed "spc" to "c_sp" Commit: a0772cfa10d879d9f91dd25855a3519c1b1626a5 https://github.com/cc65/cc65/commit/a0772cfa10d879d9f91dd25855a3519c1b1626a5 Author: Gorilla Sapiens <emb...@gm...> Date: 2025-06-04 (Wed, 04 Jun 2025) Changed paths: M src/cc65/codeinfo.c Log Message: ----------- one more comment Commit: af2ab29a91aa3747b1c887f3dcb7d329bc88b990 https://github.com/cc65/cc65/commit/af2ab29a91aa3747b1c887f3dcb7d329bc88b990 Author: Bob Andrews <mr...@us...> Date: 2025-06-12 (Thu, 12 Jun 2025) Changed paths: M .github/workflows/build-on-pull-request.yml M Makefile M doc/cc65.sgml M include/arpa/inet.h M src/Makefile M src/ca65/instr.c M src/ca65/scanner.c M src/cc65/codeinfo.c M src/cc65/codeopt.c M src/cc65/codeoptutil.c M src/cc65/coptstop.c M src/cc65/main.c M src/cc65/opcodes.c M src/cc65/pragma.c M src/cc65/preproc.c M src/cc65/scanner.c M src/cc65/stdfunc.c M src/cl65/main.c M src/common/filetype.c M src/common/fname.c M src/common/fname.h M src/common/target.c M src/dbginfo/dbginfo.c M src/sp65/convert.c M src/sp65/input.c M src/sp65/output.c M src/sp65/palconv.c M test/val/bug2151.c A test/val/bug2608.c Log Message: ----------- Merge branch 'master' into c_sp Commit: ae54171b8aca09a5acc8361c98b2bab358032c26 https://github.com/cc65/cc65/commit/ae54171b8aca09a5acc8361c98b2bab358032c26 Author: GorillaSapiens <470...@us...> Date: 2025-06-13 (Fri, 13 Jun 2025) Changed paths: M .github/checks/Makefile A .github/checks/sorted.sh A .github/checks/sorted_codeopt.sh A .github/checks/sorted_opcodes.sh M .github/workflows/build-on-pull-request.yml M .github/workflows/snapshot-on-push-master.yml M Makefile M README.md A asminc/agat.inc A cfg/agat.cfg A doc/agat.sgml M doc/index.sgml A include/agat.h M include/target.h M libsrc/Makefile A libsrc/agat/_scrsize.s A libsrc/agat/break.s A libsrc/agat/cclear.s A libsrc/agat/cgetc.s A libsrc/agat/chline.s A libsrc/agat/clrscr.s A libsrc/agat/color.s A libsrc/agat/cout.s A libsrc/agat/cputc.s A libsrc/agat/crt0.s A libsrc/agat/cvline.s A libsrc/agat/exehdr.s A libsrc/agat/gotoxy.s A libsrc/agat/gotoy.s A libsrc/agat/home.s A libsrc/agat/kbhit.s A libsrc/agat/randomize.s A libsrc/agat/revers.s A libsrc/agat/vtabz.s A libsrc/agat/wherex.s A libsrc/agat/wherey.s A libsrc/agat/write.s M samples/Makefile M samples/sieve.c M src/ca65/instr.c M src/ca65/main.c M src/ca65/scanner.c M src/cc65/codeinfo.c M src/cc65/codeopt.c M src/cc65/codeoptutil.c M src/cc65/coptstop.c M src/cc65/main.c M src/cc65/opcodes.c M src/cc65/pragma.c M src/cc65/preproc.c M src/cc65/scanner.c M src/cc65/stdfunc.c M src/common/filetype.c M src/common/fname.c M src/common/target.c M src/common/target.h M src/dbginfo/dbginfo.c M src/sp65/convert.c M src/sp65/input.c M src/sp65/output.c M src/sp65/palconv.c Log Message: ----------- Merge branch 'master' into c_sp Commit: 2f55eeb6125c52c4d6a86d291474e44b5cb9fc50 https://github.com/cc65/cc65/commit/2f55eeb6125c52c4d6a86d291474e44b5cb9fc50 Author: Gorilla Sapiens <emb...@gm...> Date: 2025-06-14 (Sat, 14 Jun 2025) Changed paths: M libsrc/agat/crt0.s Log Message: ----------- sp -> c_sp for agat/crt0.s Commit: 5a4b11e7ff981d5867540c1a7c41e2a3baa0da4f https://github.com/cc65/cc65/commit/5a4b11e7ff981d5867540c1a7c41e2a3baa0da4f Author: Gorilla Sapiens <emb...@gm...> Date: 2025-06-18 (Wed, 18 Jun 2025) Changed paths: M .github/checks/sorted.sh M .github/checks/sorted_codeopt.sh M .github/checks/sorted_opcodes.sh M asminc/apple2.inc A cfg/plus4-hires.cfg M doc/apple2.sgml M doc/apple2enh.sgml M doc/ca65.sgml M doc/cc65.sgml M doc/plus4.sgml M include/cbm264.h M include/plus4.h M libsrc/apple2/crt0.s M libsrc/plus4/cgetc.s M libsrc/plus4/crt0.s M libsrc/plus4/libref.s M libsrc/plus4/ser/plus4-stdser.s A libsrc/plus4/tgi/ted-hi.s A libsrc/plus4/tgi_stat_stddrv.s A libsrc/plus4/tgi_stddrv.s M samples/Makefile M samples/diodemo.c M samples/hello.c M samples/tgidemo.c M src/ca65/condasm.c M src/ca65/pseudo.c M src/ca65/scanner.c M src/ca65/token.h M src/cc65/compile.c M src/cc65/error.c M src/cc65/error.h M src/cc65/global.c M src/cc65/global.h M src/cc65/macrotab.c M src/cc65/macrotab.h M src/cc65/main.c M src/cc65/preproc.c M src/common/fname.c M test/asm/cpudetect/6502x-cpudetect.ref M test/asm/cpudetect/cpudetect.s A test/standard/null.c A test/todo/bug2172_invalid_code.c A test/todo/bug2172b_invalid_code.c Log Message: ----------- Merge branch 'master' into c_sp Commit: a7af49a763d605d5ee99e056d681a8c6a4f46ae0 https://github.com/cc65/cc65/commit/a7af49a763d605d5ee99e056d681a8c6a4f46ae0 Author: Gorilla Sapiens <emb...@gm...> Date: 2025-06-22 (Sun, 22 Jun 2025) Changed paths: M Makefile M asminc/cpu.mac M doc/Makefile M doc/ca65.sgml M doc/da65.sgml M libsrc/Makefile M libsrc/apple2/tgi/a2.hi.s 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 src/ca65/condasm.c M src/ca65/ea65.c M src/ca65/instr.c M src/ca65/instr.h M src/ca65/pseudo.c M src/ca65/scanner.c M src/ca65/symentry.c M src/ca65/token.h M src/cc65/codeopt.c M src/cc65/coptind.c M src/cc65/coptind.h M src/cc65/coptmisc.c M src/cc65/coptmisc.h M src/cl65/main.c M src/common/cpu.c M src/common/cpu.h M src/da65.vcxproj M src/da65/attrtab.c M src/da65/handler.c M src/da65/handler.h M src/da65/main.c A src/da65/opc45GS02.c A src/da65/opc45GS02.h M src/da65/opc6502x.c M src/da65/opcm740.c M src/da65/opctable.c 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 A test/asm/cpudetect/45GS02-cpudetect.ref M test/asm/cpudetect/Makefile A test/asm/cpudetect/allinst.inc M test/asm/cpudetect/cpudetect.s A test/asm/cpudetect/m740-cpudetect.ref M test/asm/err/Makefile A test/asm/err/bug505.s M test/asm/listing/Makefile M test/asm/misc/Makefile A test/asm/opcodes/45GS02-opcodes.ref A test/asm/opcodes/45GS02-opcodes.s M test/asm/opcodes/Makefile A test/asm/opcodes/m740-opcodes.ref M test/asm/opcodes/m740-opcodes.s M test/asm/val/Makefile A test/dasm/45GS02-disass.s A test/dasm/6502-disass.s A test/dasm/6502DTV-disass.s A test/dasm/6502X-disass.s A test/dasm/65C02-disass.s A test/dasm/65SC02-disass.s M test/dasm/Makefile A test/dasm/huc6280-disass.s A test/dasm/m740-disass.s A test/dasm/readme.txt 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 branch 'master' into c_sp Commit: 04890985175fe3f446928f1b66b8afd4714ab672 https://github.com/cc65/cc65/commit/04890985175fe3f446928f1b66b8afd4714ab672 Author: Gorilla Sapiens <emb...@gm...> Date: 2025-06-22 (Sun, 22 Jun 2025) Changed paths: M libsrc/atari/crt0.s M libsrc/atari/fdtable.s M libsrc/atari/ucase_fn.s M libsrc/atari5200/crt0.s M libsrc/atmos/crt0.s M libsrc/c128/crt0.s M libsrc/c16/crt0.s M libsrc/c64/crt0.s M libsrc/common/fread.s M libsrc/common/memcpy.s M libsrc/common/memset.s M libsrc/common/vfprintf.s M libsrc/common/vscanf.s M libsrc/cx16/crt0.s M libsrc/dbg/dbgdump.s M libsrc/nes/crt0.s M libsrc/pce/memcpy.s M libsrc/pet/crt0.s M libsrc/runtime/add.s M libsrc/runtime/addysp.s M libsrc/runtime/and.s M libsrc/runtime/enter.s M libsrc/runtime/icmp.s M libsrc/runtime/incsp2.s M libsrc/runtime/ladd.s M libsrc/runtime/land.s M libsrc/runtime/ldaxsp.s M libsrc/runtime/leave.s M libsrc/runtime/lor.s M libsrc/runtime/lrsub.s M libsrc/runtime/lsub.s M libsrc/runtime/lxor.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/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/sub.s M libsrc/runtime/tosint.s M libsrc/runtime/toslong.s M libsrc/runtime/zeropage.s M libsrc/sim6502/exehdr.s M libsrc/supervision/crt0.s M libsrc/telestrat/crt0.s M libsrc/vic20/crt0.s Log Message: ----------- restore comment alignment Commit: b2e5d3cd25840338f4ea79aa3f14a42fe49b6406 https://github.com/cc65/cc65/commit/b2e5d3cd25840338f4ea79aa3f14a42fe49b6406 Author: Gorilla Sapiens <emb...@gm...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M libsrc/runtime/zeropage.s M src/cc65/coptptrstore.c M src/dbginfo/dbgsh.c M targettest/atari/mem.c Log Message: ----------- insipid formatting whack-a-mole Commit: 54a2410b5a98948e17696d6831521a69b593860f https://github.com/cc65/cc65/commit/54a2410b5a98948e17696d6831521a69b593860f Author: Bob Andrews <mr...@us...> Date: 2025-06-24 (Tue, 24 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: ----------- Merge pull request #2674 from GorillaSapiens/c_sp rename "sp" to "c_sp", avoid conflict with 4510 opcodes Compare: https://github.com/cc65/cc65/compare/cd96ce96a18e...54a2410b5a98 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: cc65 O. <no...@gi...> - 2025-06-24 15:32:43
|
Branch: refs/heads/master Home: https://github.com/cc65/doc Commit: 71e406ec05c1a164ffd530a4ab1f9f208a4f58a9 https://github.com/cc65/doc/commit/71e406ec05c1a164ffd530a4ab1f9f208a4f58a9 Author: cc65-github <cc6...@gi...> Date: 2025-06-24 (Tue, 24 Jun 2025) Changed paths: M funcref.html Log Message: ----------- Updated from https://github.com/cc65/cc65/commit/cd96ce96a18e97205cf523dd2bf71c62a850a666 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/doc/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-06-24 15:27:40
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 450898513c88e39cfbf5ceeb6c1473f79fd87b49 https://github.com/cc65/cc65/commit/450898513c88e39cfbf5ceeb6c1473f79fd87b49 Author: Russell-S-Harper <rus...@gm...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M doc/funcref.sgml Log Message: ----------- Updated doc'n with cscanf Commit: cd96ce96a18e97205cf523dd2bf71c62a850a666 https://github.com/cc65/cc65/commit/cd96ce96a18e97205cf523dd2bf71c62a850a666 Author: Bob Andrews <mr...@us...> Date: 2025-06-24 (Tue, 24 Jun 2025) Changed paths: M doc/funcref.sgml Log Message: ----------- Merge pull request #2733 from Russell-S-Harper/update-docn-with-cscanf Updated documentation with cscanf Compare: https://github.com/cc65/cc65/compare/4863a3e29b8f...cd96ce96a18e To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: cc65 O. <no...@gi...> - 2025-06-23 14:17:42
|
Branch: refs/heads/master Home: https://github.com/cc65/doc Commit: 1d104ea6192ec0860545077c7afdabfacb406135 https://github.com/cc65/doc/commit/1d104ea6192ec0860545077c7afdabfacb406135 Author: cc65-github <cc6...@gi...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M funcref.html Log Message: ----------- Updated from https://github.com/cc65/cc65/commit/4863a3e29b8fd001b68fc93339de3020aacd6a62 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/doc/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-06-23 14:11:25
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 17a8c92ba1cf40b7fb1244d80abff7ffee7539a8 https://github.com/cc65/cc65/commit/17a8c92ba1cf40b7fb1244d80abff7ffee7539a8 Author: Russell-S-Harper <rus...@gm...> Date: 2025-06-16 (Mon, 16 Jun 2025) Changed paths: M include/conio.h A libsrc/conio/cgets.c Log Message: ----------- Implement conio cgets Commit: 00bb9d5376ad9dd37e6a0b4e0edd73525c549994 https://github.com/cc65/cc65/commit/00bb9d5376ad9dd37e6a0b4e0edd73525c549994 Author: Russell-S-Harper <rus...@gm...> Date: 2025-06-20 (Fri, 20 Jun 2025) Changed paths: M include/conio.h M libsrc/conio/cgets.c Log Message: ----------- Edits to more closely match standard cgets Commit: 8bfaaa60baac9900b29035102428d1d8ed530357 https://github.com/cc65/cc65/commit/8bfaaa60baac9900b29035102428d1d8ed530357 Author: Russell-S-Harper <rus...@gm...> Date: 2025-06-21 (Sat, 21 Jun 2025) Changed paths: M include/conio.h M libsrc/conio/cgets.c Log Message: ----------- Revising to align with stdio fgets Commit: 7f40affb59acefe4d8a9c8cb6a85868602c5ac90 https://github.com/cc65/cc65/commit/7f40affb59acefe4d8a9c8cb6a85868602c5ac90 Author: Russell-S-Harper <rus...@gm...> Date: 2025-06-21 (Sat, 21 Jun 2025) Changed paths: M doc/funcref.sgml M include/conio.h M libsrc/conio/cgets.c Log Message: ----------- Adding documentation and some minor reformatting to ensure consistency Commit: 4863a3e29b8fd001b68fc93339de3020aacd6a62 https://github.com/cc65/cc65/commit/4863a3e29b8fd001b68fc93339de3020aacd6a62 Author: Bob Andrews <mr...@us...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M doc/funcref.sgml M include/conio.h A libsrc/conio/cgets.c Log Message: ----------- Merge pull request #2705 from Russell-S-Harper/add-conio-cgets Implement conio cgets Compare: https://github.com/cc65/cc65/compare/a0c6c6482686...4863a3e29b8f To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: cc65 O. <no...@gi...> - 2025-06-23 13:19:54
|
Branch: refs/heads/master Home: https://github.com/cc65/doc Commit: 395882676c6e7c6cf7105c9dba30a546a34a0519 https://github.com/cc65/doc/commit/395882676c6e7c6cf7105c9dba30a546a34a0519 Author: cc65-github <cc6...@gi...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M da65.html Log Message: ----------- Updated from https://github.com/cc65/cc65/commit/a0c6c648268667f87bb2c8696c26e613fbf8c235 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/doc/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-06-23 13:14:33
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 4c81eacefebc6e53903abc80d211b1c1b0f18c7a https://github.com/cc65/cc65/commit/4c81eacefebc6e53903abc80d211b1c1b0f18c7a Author: Kugel Fuhr <983...@us...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M doc/da65.sgml M src/da65/global.c M src/da65/global.h M src/da65/labels.c M src/da65/labels.h M src/da65/main.c M src/da65/output.c Log Message: ----------- Added -d/--debug and -m/--multi-pass switches to the disassembler. The latter will make the disassembler run multiple preparation passes to find all addresses where labels must be placed. Without -m some label addresses are found in the final pass, where the disassembler cannot make use of them. Commit: a0c6c648268667f87bb2c8696c26e613fbf8c235 https://github.com/cc65/cc65/commit/a0c6c648268667f87bb2c8696c26e613fbf8c235 Author: Bob Andrews <mr...@us...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M doc/da65.sgml M src/da65/global.c M src/da65/global.h M src/da65/labels.c M src/da65/labels.h M src/da65/main.c M src/da65/output.c Log Message: ----------- Merge pull request #2723 from kugelfuhr/kugelfuhr/fix-2717 Allow multiple passes for da65 to resolve labels Compare: https://github.com/cc65/cc65/compare/c520455b2b25...a0c6c6482686 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-06-23 12:22:50
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 7854a534349ba5607f868eb4ffa4bf58c9b5830b https://github.com/cc65/cc65/commit/7854a534349ba5607f868eb4ffa4bf58c9b5830b Author: Kugel Fuhr <983...@us...> Date: 2025-06-22 (Sun, 22 Jun 2025) Changed paths: M src/ca65/studyexpr.c Log Message: ----------- When studying expressions and recalculating the address size for a symbol expression, use the symbol address size only if it is smaller than the one that was calculated. Commit: c520455b2b25907f509965d69509e17de4d9663b https://github.com/cc65/cc65/commit/c520455b2b25907f509965d69509e17de4d9663b Author: Bob Andrews <mr...@us...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M src/ca65/studyexpr.c Log Message: ----------- Merge pull request #2729 from kugelfuhr/kugelfuhr/fix-2208 When studying a symbol expression use its address size if its smaller than that of the symbol Compare: https://github.com/cc65/cc65/compare/c20461d21399...c520455b2b25 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-06-23 12:18:52
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 49713f73e0ea0498840bc18aa06acd41bf06bdb5 https://github.com/cc65/cc65/commit/49713f73e0ea0498840bc18aa06acd41bf06bdb5 Author: Kugel Fuhr <983...@us...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M src/da65/handler.c Log Message: ----------- Output relative branch targets as "*-30" instead of "* + (-30)". Commit: 96bb1e43367e49311b3df86f4b8c144b84924271 https://github.com/cc65/cc65/commit/96bb1e43367e49311b3df86f4b8c144b84924271 Author: Kugel Fuhr <983...@us...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M src/da65/data.c M src/da65/handler.c M src/da65/infofile.c M src/da65/main.c M src/da65/scanner.c Log Message: ----------- Fix coding style. Commit: c20461d21399a0e89d8352defd63f1f6f3a4b759 https://github.com/cc65/cc65/commit/c20461d21399a0e89d8352defd63f1f6f3a4b759 Author: Bob Andrews <mr...@us...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M src/da65/data.c M src/da65/handler.c M src/da65/infofile.c M src/da65/main.c M src/da65/scanner.c Log Message: ----------- Merge pull request #2722 from kugelfuhr/kugelfuhr/da65-cleanup Small cleanup for da65 Compare: https://github.com/cc65/cc65/compare/c832af8a71b6...c20461d21399 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-06-23 12:18:23
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: e4b610994c586715d3a36ed30d54c1b974d5f97f https://github.com/cc65/cc65/commit/e4b610994c586715d3a36ed30d54c1b974d5f97f Author: Kugel Fuhr <983...@us...> Date: 2025-06-16 (Mon, 16 Jun 2025) Changed paths: M src/ld65/config.c Log Message: ----------- Fix #2694. Also reformatting of long comments and refactoring of a small piece of code. Commit: c832af8a71b6ad89923a7ff3634ac07d1a08b8a1 https://github.com/cc65/cc65/commit/c832af8a71b6ad89923a7ff3634ac07d1a08b8a1 Author: Bob Andrews <mr...@us...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M src/ld65/config.c Log Message: ----------- Merge pull request #2710 from kugelfuhr/kugelfuhr/fix-2694 Fix wrong file offset handling for a memory area with only run segments written to a file Compare: https://github.com/cc65/cc65/compare/540a6a7658ee...c832af8a71b6 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: cc65 O. <no...@gi...> - 2025-06-23 11:53:13
|
Branch: refs/heads/master Home: https://github.com/cc65/doc Commit: c4d007fa86e484361ebf1690bf02c6bb6d1e6757 https://github.com/cc65/doc/commit/c4d007fa86e484361ebf1690bf02c6bb6d1e6757 Author: cc65-github <cc6...@gi...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M da65.html Log Message: ----------- Updated from https://github.com/cc65/cc65/commit/540a6a7658ee119aaf498b6058aa3ba29d67fc2f To unsubscribe from these emails, change your notification settings at https://github.com/cc65/doc/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-06-23 11:47:56
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: b9a703749cb77c0d0be0d7222ffec68a02f88a60 https://github.com/cc65/cc65/commit/b9a703749cb77c0d0be0d7222ffec68a02f88a60 Author: Kugel Fuhr <983...@us...> Date: 2025-06-22 (Sun, 22 Jun 2025) Changed paths: M src/da65/attrtab.c M src/da65/attrtab.h M src/da65/code.c M src/da65/code.h M src/da65/comments.c M src/da65/comments.h M src/da65/data.c M src/da65/data.h M src/da65/global.c M src/da65/global.h M src/da65/handler.c M src/da65/handler.h M src/da65/infofile.c M src/da65/labels.c M src/da65/labels.h M src/da65/main.c M src/da65/output.c M src/da65/output.h M src/da65/scanner.c M src/da65/scanner.h M src/da65/segment.c M src/da65/segment.h Log Message: ----------- Replace all tables by hash tables. This allows to remove the ugly special casing of "long addresses" and prepares the code base for use with the full address range of the 65816. Use fixed size data types for addresses and target data words of known size. Many other minor improvements. Commit: 7d231d60a6b969ffd7198ac90ff77f23f74d4281 https://github.com/cc65/cc65/commit/7d231d60a6b969ffd7198ac90ff77f23f74d4281 Author: Kugel Fuhr <983...@us...> Date: 2025-06-22 (Sun, 22 Jun 2025) Changed paths: M src/da65/handler.c M src/da65/labels.c Log Message: ----------- Minor corrections after looking at the diff. Commit: e949fbdbbfb125769f5129f79a5033af051b2a54 https://github.com/cc65/cc65/commit/e949fbdbbfb125769f5129f79a5033af051b2a54 Author: Kugel Fuhr <983...@us...> Date: 2025-06-22 (Sun, 22 Jun 2025) Changed paths: M doc/da65.sgml Log Message: ----------- Unify CPU list in the docs. Commit: 540a6a7658ee119aaf498b6058aa3ba29d67fc2f https://github.com/cc65/cc65/commit/540a6a7658ee119aaf498b6058aa3ba29d67fc2f Author: Bob Andrews <mr...@us...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M doc/da65.sgml M src/da65/attrtab.c M src/da65/attrtab.h M src/da65/code.c M src/da65/code.h M src/da65/comments.c M src/da65/comments.h M src/da65/data.c M src/da65/data.h M src/da65/global.c M src/da65/global.h M src/da65/handler.c M src/da65/handler.h M src/da65/infofile.c M src/da65/labels.c M src/da65/labels.h M src/da65/main.c M src/da65/output.c M src/da65/output.h M src/da65/scanner.c M src/da65/scanner.h M src/da65/segment.c M src/da65/segment.h Log Message: ----------- Merge pull request #2728 from kugelfuhr/kugelfuhr/da65-improvements Cleanup for the da65 code base Compare: https://github.com/cc65/cc65/compare/2e7ee0f105c2...540a6a7658ee To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: cc65 O. <no...@gi...> - 2025-06-23 11:46:17
|
Branch: refs/heads/master Home: https://github.com/cc65/doc Commit: 6887e1604e77aa58a4d5db4959a23a8c241e6efb https://github.com/cc65/doc/commit/6887e1604e77aa58a4d5db4959a23a8c241e6efb Author: cc65-github <cc6...@gi...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M tgi.html Log Message: ----------- Updated from https://github.com/cc65/cc65/commit/2e7ee0f105c24fc50c754d84e8f1d97003e6b0ff To unsubscribe from these emails, change your notification settings at https://github.com/cc65/doc/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-06-23 11:44:58
|
Branch: refs/heads/revert-2359-fix-2357 Home: https://github.com/cc65/cc65 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-06-23 11:44:39
|
Branch: refs/heads/plus4test Home: https://github.com/cc65/cc65 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-06-23 11:41:08
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 55742003d63664c47b0dab179a0e7c3f0e8a1414 https://github.com/cc65/cc65/commit/55742003d63664c47b0dab179a0e7c3f0e8a1414 Author: mrdudz <mr...@us...> Date: 2025-06-17 (Tue, 17 Jun 2025) Changed paths: M include/tgi.h M libsrc/apple2/tgi_colors.s M libsrc/common/tgi_colors.s M libsrc/lynx/tgi_colors.s M libsrc/tgi/tgi-kernel.s M libsrc/tgi/tgi_getcolor.s M libsrc/tgi/tgi_setcolor.s Log Message: ----------- add some more comments Commit: 9edc396ce712e010392dc2ef60e39c846338e0fd https://github.com/cc65/cc65/commit/9edc396ce712e010392dc2ef60e39c846338e0fd Author: mrdudz <mr...@us...> Date: 2025-06-17 (Tue, 17 Jun 2025) Changed paths: M doc/tgi.sgml Log Message: ----------- fix TGI docs a bit Commit: 8d763abe9298d9f567f8141fed38d1ed11f76ce2 https://github.com/cc65/cc65/commit/8d763abe9298d9f567f8141fed38d1ed11f76ce2 Author: mrdudz <mr...@us...> Date: 2025-06-19 (Thu, 19 Jun 2025) Changed paths: M doc/tgi.sgml Log Message: ----------- Add notes on TGI_COLOR_BLACK and TGI_COLOR_WHITE Commit: 2e7ee0f105c24fc50c754d84e8f1d97003e6b0ff https://github.com/cc65/cc65/commit/2e7ee0f105c24fc50c754d84e8f1d97003e6b0ff Author: Bob Andrews <mr...@us...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M doc/tgi.sgml M include/tgi.h M libsrc/apple2/tgi_colors.s M libsrc/common/tgi_colors.s M libsrc/lynx/tgi_colors.s M libsrc/tgi/tgi-kernel.s M libsrc/tgi/tgi_getcolor.s M libsrc/tgi/tgi_setcolor.s Log Message: ----------- Merge pull request #2711 from mrdudz/plus4tgi TGI Documentation and Comments fix Compare: https://github.com/cc65/cc65/compare/46be7778cd27...2e7ee0f105c2 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |
|
From: cc65 O. <no...@gi...> - 2025-06-23 11:40:30
|
Branch: refs/heads/master Home: https://github.com/cc65/doc Commit: c569d587ed995775e22424952ff825891f49c913 https://github.com/cc65/doc/commit/c569d587ed995775e22424952ff825891f49c913 Author: cc65-github <cc6...@gi...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M ca65.html M cc65.html Log Message: ----------- Updated from https://github.com/cc65/cc65/commit/46be7778cd27b01133d2ab8ada1d669c04d70e60 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/doc/settings/notifications |
|
From: Bob A. <no...@gi...> - 2025-06-23 11:35:17
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 8615c244d93660bd8448125b3730b24f8f29707e https://github.com/cc65/cc65/commit/8615c244d93660bd8448125b3730b24f8f29707e Author: mrdudz <mr...@us...> Date: 2025-06-22 (Sun, 22 Jun 2025) Changed paths: M src/ca65/main.c M src/cc65/codegen.c M src/cc65/main.c M src/common/target.c M src/common/target.h Log Message: ----------- add initial target for mega65, also added c65 where missing. reworked from #1792 Commit: 6d7f37c4f2fb97277535f6955be82ebf2e88e133 https://github.com/cc65/cc65/commit/6d7f37c4f2fb97277535f6955be82ebf2e88e133 Author: mrdudz <mr...@us...> Date: 2025-06-22 (Sun, 22 Jun 2025) Changed paths: M doc/ca65.sgml M doc/cc65.sgml Log Message: ----------- update list of targets in the docs Commit: 715d9c00a2c8f12ef5aa38dbc5cf25b925c63726 https://github.com/cc65/cc65/commit/715d9c00a2c8f12ef5aa38dbc5cf25b925c63726 Author: mrdudz <mr...@us...> Date: 2025-06-22 (Sun, 22 Jun 2025) Changed paths: A libsrc/c65/exehdr.s A libsrc/c65/loadaddr.s A libsrc/mega65/exehdr.s A libsrc/mega65/loadaddr.s Log Message: ----------- initial (identical) minimal "library" for assembly support for c65 and mega65. taken from #1792 Commit: f6a3f66f0b0e99d262aa015df6220931f036f4b3 https://github.com/cc65/cc65/commit/f6a3f66f0b0e99d262aa015df6220931f036f4b3 Author: mrdudz <mr...@us...> Date: 2025-06-22 (Sun, 22 Jun 2025) Changed paths: A cfg/c65-asm.cfg A cfg/mega65-asm.cfg Log Message: ----------- asm configs Commit: 44672e628154841dd6a7de57459157b24bf803f6 https://github.com/cc65/cc65/commit/44672e628154841dd6a7de57459157b24bf803f6 Author: mrdudz <mr...@us...> Date: 2025-06-22 (Sun, 22 Jun 2025) Changed paths: M libsrc/Makefile Log Message: ----------- prepared lib makefile. skip building the library while compiler support is not there Commit: 034fc93c75ec0f721293a8cb3231c9ddda287537 https://github.com/cc65/cc65/commit/034fc93c75ec0f721293a8cb3231c9ddda287537 Author: mrdudz <mr...@us...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M libsrc/Makefile M src/cc65/main.c Log Message: ----------- enable 4510/45GS02 in the compiler - however, the resulting asm files cant be assembled because of sp vs c_sp clash Commit: 46be7778cd27b01133d2ab8ada1d669c04d70e60 https://github.com/cc65/cc65/commit/46be7778cd27b01133d2ab8ada1d669c04d70e60 Author: Bob Andrews <mr...@us...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: A cfg/c65-asm.cfg A cfg/mega65-asm.cfg M doc/ca65.sgml M doc/cc65.sgml M libsrc/Makefile A libsrc/c65/exehdr.s A libsrc/c65/loadaddr.s A libsrc/mega65/exehdr.s A libsrc/mega65/loadaddr.s M src/ca65/main.c M src/cc65/codegen.c M src/cc65/main.c M src/common/target.c M src/common/target.h Log Message: ----------- Merge pull request #2730 from mrdudz/mega65target Mega65 target Compare: https://github.com/cc65/cc65/compare/75732728362d...46be7778cd27 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |