Kugel Fuhr
|
64d35b6a86
|
Allow comments within _Pragma(). Fixes #2231.
|
2025-07-01 17:24:24 +02:00 |
|
Kugel Fuhr
|
60ec9045fc
|
Use CPUIsets from cpu.c instead of recreating the CPU_xxx constants.
|
2025-07-01 13:02:15 +02:00 |
|
Kugel Fuhr
|
37414199c7
|
Hopefully fix windows build files.
|
2025-07-01 09:33:38 +02:00 |
|
Kugel Fuhr
|
c162f6a286
|
Warning fix.
|
2025-07-01 09:21:18 +02:00 |
|
Kugel Fuhr
|
8d3112e24f
|
Small code simplification.
|
2025-07-01 08:47:16 +02:00 |
|
Kugel Fuhr
|
29c8846f7d
|
Add an additional hook (currently unused) for target specific capabilities.
|
2025-07-01 08:44:13 +02:00 |
|
Kugel Fuhr
|
59e7158512
|
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.
|
2025-07-01 08:29:42 +02:00 |
|
Kugel Fuhr
|
c72126e68f
|
Changed most of the library sources to use .CAP instead of .CPU.
|
2025-07-01 08:04:00 +02:00 |
|
Kugel Fuhr
|
f333b300f1
|
Added the CPU_HAS_BITIMM capability.
|
2025-07-01 07:16:33 +02:00 |
|
Kugel Fuhr
|
d4e57278c6
|
Add a new .cap pseudo function to the assembler that allows to check for
certain capabilities of the CPU or target system.
|
2025-06-30 21:37:43 +02:00 |
|
Kugel Fuhr
|
a4a24280f2
|
Do only check .c and .h files.
|
2025-06-30 20:50:30 +02:00 |
|
mrdudz
|
81da8b2107
|
fix getdevice
|
2025-06-30 20:34:59 +02:00 |
|
mrdudz
|
aa41d51825
|
add enumdevdir to cbm2 samples
|
2025-06-30 19:11:13 +02:00 |
|
mrdudz
|
d91f4f0b82
|
adjust c65/mega65 functions
|
2025-06-30 19:10:52 +02:00 |
|
mrdudz
|
26cf19642c
|
initial patch from #1972
|
2025-06-30 18:39:33 +02:00 |
|
Bob Andrews
|
4899b6dc0c
|
Merge pull request #2758 from mrdudz/fixdestdir
also test DESTDIR
|
2025-06-30 16:27:23 +02:00 |
|
mrdudz
|
483ef7844b
|
also test DESTDIR
|
2025-06-30 16:03:36 +02:00 |
|
rumbledethumps
|
aa042f57d8
|
Merge branch 'cc65:master' into master
|
2025-06-29 20:16:27 -07:00 |
|
rumbledethumps
|
77e325507e
|
settable codepage() on RP6502
|
2025-06-29 20:16:07 -07:00 |
|
Bob Andrews
|
8e62d3d440
|
Merge pull request #2755 from mrdudz/quietagain
Some more Makefile woes
|
2025-06-30 00:15:19 +02:00 |
|
mrdudz
|
13878070e5
|
don't check prefix on "zip"
|
2025-06-29 23:24:04 +02:00 |
|
mrdudz
|
705081af34
|
Merge branch 'master' into quietagain
|
2025-06-29 23:01:47 +02:00 |
|
Bob Andrews
|
a7a76b0e50
|
Merge pull request #2751 from mrdudz/cmoscleanup
Clean up supported CPUs/Instruction sets
|
2025-06-29 22:59:27 +02:00 |
|
mrdudz
|
cb4cd114bf
|
handle -s correctly when using these makefiles directly
|
2025-06-29 22:48:03 +02:00 |
|
mrdudz
|
831eedfb58
|
add some reasonable warnings/errors when PREFIX is empty
|
2025-06-29 22:46:42 +02:00 |
|
mrdudz
|
3f3039192f
|
adjust comments
|
2025-06-29 21:06:17 +02:00 |
|
mrdudz
|
ce99bfb195
|
forgot some case values /o\
|
2025-06-29 21:05:51 +02:00 |
|
mrdudz
|
e85339dada
|
add sweet16 to the opcodes test as well
|
2025-06-29 19:51:22 +02:00 |
|
mrdudz
|
a1a87f74a9
|
add pseudos to docs
|
2025-06-29 19:45:29 +02:00 |
|
mrdudz
|
91c9e32e4b
|
add sweet16 to the cpudetect test
|
2025-06-29 19:14:28 +02:00 |
|
mrdudz
|
af89b22252
|
add missing pseudos for sweet16
|
2025-06-29 19:13:56 +02:00 |
|
mrdudz
|
4d73544d6c
|
cleanup/fix test for 65816
|
2025-06-29 18:29:22 +02:00 |
|
mrdudz
|
501dc00c9f
|
fix JSL/JML
|
2025-06-29 18:28:49 +02:00 |
|
mrdudz
|
51dc9119a9
|
fix test
|
2025-06-29 17:21:40 +02:00 |
|
mrdudz
|
dd0d908d57
|
65816 does not have Rockwell extensions
|
2025-06-29 17:21:22 +02:00 |
|
mrdudz
|
b878f05721
|
add 65816 opcodes
|
2025-06-29 17:06:32 +02:00 |
|
mrdudz
|
6c6fcea71d
|
docs braindump
|
2025-06-29 02:22:18 +02:00 |
|
mrdudz
|
cf8af80dce
|
add missing pseudo(s) for HUC6280, fix cpudetect for 6280
|
2025-06-29 01:57:28 +02:00 |
|
mrdudz
|
629252c562
|
its CSG extensions, not GTE
|
2025-06-29 01:51:10 +02:00 |
|
mrdudz
|
f45471156b
|
update test
|
2025-06-28 18:41:29 +02:00 |
|
mrdudz
|
ced83d0f47
|
update tests
|
2025-06-28 18:18:39 +02:00 |
|
mrdudz
|
0168835456
|
handle extra address mode(s) for 65CE02 in the scanner
|
2025-06-28 18:17:37 +02:00 |
|
mrdudz
|
bf1dbc54fc
|
fix instruction bitfields. 65CE02 derivates can not use 65SC02, because of the zp-ind-z clash
|
2025-06-28 18:17:13 +02:00 |
|
mrdudz
|
8e4936d68d
|
add related pseudos
|
2025-06-28 18:15:57 +02:00 |
|
mrdudz
|
e74bdab313
|
add compound instructions
|
2025-06-28 02:27:24 +02:00 |
|
mrdudz
|
c359cd9251
|
update test
|
2025-06-28 02:27:04 +02:00 |
|
mrdudz
|
c16b8dcf43
|
add new files
|
2025-06-28 02:08:01 +02:00 |
|
mrdudz
|
b08f306fde
|
fix test
|
2025-06-28 02:05:08 +02:00 |
|
mrdudz
|
f6becd1b27
|
compiler should know about W65C02/65CE02 as well
|
2025-06-28 01:51:13 +02:00 |
|
mrdudz
|
b05e418e0b
|
rp6502 actually uses W65C02
|
2025-06-28 01:45:26 +02:00 |
|