Commit Graph

12028 Commits

Author SHA1 Message Date
Kugel Fuhr
aa73c03f6a Corrected a typo in the description of .set. Fixes #2854. 2025-11-09 17:25:57 +01:00
Bob Andrews
f54780cfbc Merge pull request #2844 from picocomputer/master
Support for RP6502 Version 0.14
2025-11-03 13:39:25 +01:00
Bob Andrews
083f89a9ca Merge pull request #2847 from colinleroy/zx02-faster-decompressor
Add a 9% faster ZX02 decompressor
2025-11-03 13:34:29 +01:00
Colin Leroy-Mira
9390e5c2ce Apple2: factorize MLI pathname setting (up to -22 bytes) 2025-11-02 21:24:59 +01:00
Colin Leroy-Mira
850accee3a Apple2: -8 bytes on rename 2025-11-02 21:24:59 +01:00
Colin Leroy-Mira
280f296952 Apple2: mutualize mli filename push (-0 to -18 bytes) 2025-11-02 21:24:59 +01:00
Colin Leroy-Mira
3b8531a422 Apple2: -5 bytes on open() 2025-11-02 21:24:59 +01:00
Colin Leroy-Mira
707e317bb8 Apple2: spare 10 bytes on I/O 2025-11-02 21:24:59 +01:00
Colin Leroy-Mira
25c1223f02 Apple2: spare 2 bytes on read 2025-11-02 21:24:59 +01:00
Oliver
759884ddd4 Allow to backspace with 'Delete' (and some optimization) 2025-11-02 20:52:50 +01:00
Bob Andrews
778bc5bc22 Merge pull request #2843 from colinleroy/warn-about-fill-bytes
Emit warnings for wasted bytes when aligning
2025-11-02 18:14:27 +01:00
Bob Andrews
a88d7abd3f Merge pull request #2851 from kugelfuhr/kugelfuhr/fix-2850
Fix "constant expression expected" when using .CPU_ISET_xxx with no target system set
2025-11-01 16:36:39 +01:00
Kugel Fuhr
b4dc41c653 CPU constants must always be defined, not only if a target system was given. 2025-11-01 15:37:57 +01:00
Colin Leroy-Mira
d6dd0fa865 Document decompressors 2025-10-26 18:58:15 +01:00
Colin Leroy-Mira
f3e43cc5c5 Add a 9% faster ZX02 decompressor 2025-10-26 18:53:26 +01:00
Colin Leroy-Mira
2220c6ec8d Add --warn-align-waste option to ca65, ld65, cl65 2025-10-26 16:06:08 +01:00
rumbledethumps
4cb40a4155 f_getcwd 2025-10-22 18:51:01 -07:00
rumbledethumps
47c7160476 getcwd 2025-10-21 20:58:50 -07:00
rumbledethumps
899ee2dac2 remove fresult 2025-10-21 09:42:04 -07:00
rumbledethumps
f06acc993a code_page 2025-10-20 23:06:32 -07:00
rumbledethumps
9b54be41da code page 2025-10-20 22:53:42 -07:00
Colin Leroy-Mira
28442e60b8 Emit warnings for wasted bytes when aligning 2025-10-19 15:00:13 +02:00
rumbledethumps
69149c65ec remove blank line 2025-10-16 18:14:44 -07:00
rumbledethumps
be4eb9dc23 Merge branch 'cc65:master' into master 2025-10-16 16:21:09 -07:00
rumbledethumps
4b561acea5 all dir commands 2025-10-16 16:20:23 -07:00
rumbledethumps
815135f716 chdir and friends 2025-10-15 23:41:44 -07:00
rumbledethumps
f744f0b8a0 dir seeking 2025-10-15 14:12:12 -07:00
rumbledethumps
e6c138dc03 directory ops 2025-10-14 23:11:23 -07:00
Bob Andrews
84bcd53c45 Merge pull request #2840 from polluks/patch-14
Fixed typos
2025-10-13 20:52:17 +02:00
Stefan
82dbc828af Fixed typos 2025-10-10 15:01:33 +02:00
Bob Andrews
c2556bb5e2 Merge pull request #1358 from dmsc/issue-479
Fixes Issue 479 (ca65: can't reference .proc members before declaration)
2025-10-05 15:39:56 +02:00
rumbledethumps
a6763af95c fix xreg.s 2025-10-04 16:29:30 -07:00
Bob Andrews
362e20b4d0 Merge pull request #2839 from danielg4/master
Fix uncatalogued name clash with libsrc/runtime/leave.s
2025-09-30 16:40:18 +02:00
Daniel Gimpelevich
6be0731247 Fix uncatalogued name clash with libsrc/runtime/leave.s
Even though these labels are not exported, they can show up in linker
maps and thus break o65 modules.
2025-09-29 18:22:53 -07:00
rumbledethumps
23b8bafbf6 no need to expose errno_opt 2025-09-27 23:27:02 -07:00
rumbledethumps
e182d5d324 Merge branch 'cc65:master' into master 2025-09-26 17:20:17 -07:00
rumbledethumps
fdcb890bfd remove oserror from rp6502 2025-09-26 17:19:50 -07:00
Bob Andrews
93c1b659ee Merge pull request #2824 from GrosChien/master
ca65 Fixing segfault when using `--expend-macros` without `--listing`
2025-09-22 21:18:39 +02:00
Bob Andrews
8ec38c38d5 Merge pull request #2827 from polluks/master
Fixed minor typo
2025-09-22 21:17:10 +02:00
Bob Andrews
ca7335023f Merge pull request #2834 from polluks/patch-12
Fixed overflow
2025-09-22 21:06:41 +02:00
Bob Andrews
4383841f24 Merge pull request #2833 from polluks/patch-10
Fixed typo
2025-09-22 21:03:56 +02:00
Bob Andrews
fae2d5511f Merge branch 'master' into patch-10 2025-09-22 21:03:18 +02:00
Bob Andrews
732c0c09f8 Merge pull request #2832 from polluks/patch-9
Fixed typos
2025-09-22 21:01:29 +02:00
Bob Andrews
9aab9e93aa Merge pull request #2829 from kugelfuhr/kugelfuhr/fix-2826
Fix hardcoded upper limit of ld65 input files
2025-09-22 21:00:43 +02:00
Stefan
9601b11a9c inplicit length 2025-09-18 11:10:41 +02:00
Stefan
5e89953bf9 Fixed overflow 2025-09-17 15:03:55 +02:00
rumbledethumps
b5ff68a952 Merge branch 'cc65:master' into master 2025-09-15 20:57:21 -07:00
Stefan
089f8f1425 Fixed typo 2025-09-14 22:36:31 +02:00
Stefan
1ef3f88f0a Fixed typos 2025-09-14 22:30:24 +02:00
Kugel Fuhr
0dc484f5a7 Fix hardcoded upper limit of input files. 2025-09-08 20:51:27 +02:00