rumbledethumps
|
18f084eafb
|
restore test
|
2025-12-05 16:30:14 -08:00 |
|
rumbledethumps
|
dbdca13444
|
optimize and restore null test
|
2025-12-05 15:38:46 -08:00 |
|
Bob Andrews
|
c720c3c485
|
Merge pull request #2910 from Fabrizio-Caruso/patch-1
Fix typo in Watara entry in README
|
2025-12-03 22:24:14 +01:00 |
|
Fabrizio Caruso
|
10297ba637
|
Fix typo in Watara entry in README
|
2025-12-03 21:54:32 +01:00 |
|
Bob Andrews
|
36f00f9886
|
Merge pull request #2907 from colinleroy/decomp-more-info
Mention where decompressors stats come from
|
2025-12-03 21:32:22 +01:00 |
|
rumbledethumps
|
71f2ffbffc
|
remove time zone hack
|
2025-12-03 00:45:25 -08:00 |
|
rumbledethumps
|
dce4ed65d9
|
remove test for non-standard behavior
|
2025-12-02 22:08:53 -08:00 |
|
rumbledethumps
|
a6a91349bc
|
make time zone work
|
2025-12-02 21:37:14 -08:00 |
|
Colin Leroy-Mira
|
e01a608863
|
Mention where decompressors stats come from
|
2025-12-01 13:30:26 +01:00 |
|
Dan Sanderson
|
5296d394e4
|
Use php/sei/plp to preserve original state of the interrupt flag
|
2025-11-28 11:09:21 -08:00 |
|
Dan Sanderson
|
c14f2b7252
|
cpeekcolor: don't stash and restore I flag or CRAM2K
|
2025-11-20 18:03:38 -08:00 |
|
Dan Sanderson
|
d2f91a8116
|
Assume conio owns Interrupt flag and CRAM2K, don't stash and restore
|
2025-11-20 17:49:40 -08:00 |
|
Dan Sanderson
|
6fb5934b87
|
Improve CRAM2K flip to preserve previous value
|
2025-11-18 20:22:47 -08:00 |
|
Bob Andrews
|
dbcfa91089
|
Merge pull request #2863 from kugelfuhr/kugelfuhr/fix-2859
Fix broken boolean not operator in ca65
|
2025-11-18 16:39:08 +01:00 |
|
Kugel Fuhr
|
1924e4cc63
|
Added a test for #2859.
|
2025-11-18 14:38:10 +01:00 |
|
Kugel Fuhr
|
c4cd575331
|
Fix parsing boolean not (.not/!).
|
2025-11-18 14:35:29 +01:00 |
|
Dan Sanderson
|
cfb55a89d4
|
Update coding style for asm
|
2025-11-18 00:47:49 -08:00 |
|
Dan Sanderson
|
18e9c6f6a0
|
c65 target: conio accesses all color RAM in 80x25 text mode
|
2025-11-18 00:36:10 -08:00 |
|
Bob Andrews
|
640206696f
|
Merge pull request #2855 from picocomputer/master
Update RP6502 in README
|
2025-11-14 23:49:48 +01:00 |
|
Bob Andrews
|
3d7e3884e4
|
Merge pull request #2856 from kugelfuhr/kugelfuhr/fix-2854
Corrected a typo in the description of .set
|
2025-11-09 19:10:26 +01:00 |
|
Kugel Fuhr
|
aa73c03f6a
|
Corrected a typo in the description of .set. Fixes #2854.
|
2025-11-09 17:25:57 +01:00 |
|
rumbledethumps
|
1d219395f2
|
Update RP6502 in README
|
2025-11-07 13:11:47 -08: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 |
|