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 |
|
mrdudz
|
d472ac8fc0
|
fix table
|
2025-06-28 01:44:40 +02:00 |
|
mrdudz
|
0b49d66f05
|
sort table
|
2025-06-28 01:06:37 +02:00 |
|
mrdudz
|
f09aaeb085
|
update docs a bit, create a seperate CPU page
|
2025-06-28 00:58:44 +02:00 |
|
mrdudz
|
b38422ef9f
|
65CE02 has phz and asw
|
2025-06-28 00:58:19 +02:00 |
|
mrdudz
|
e3140349b0
|
add 65CE02 and W65C02 to disassembler
|
2025-06-28 00:54:13 +02:00 |
|
mrdudz
|
e93356e3bb
|
add 65CE02 table
|
2025-06-28 00:38:16 +02:00 |
|
mrdudz
|
76aa7cbc40
|
add names and bit(field)s for WDC65C02 and 65CE02
|
2025-06-27 19:40:41 +02:00 |
|
Bob Andrews
|
91bf4352a9
|
Merge pull request #2749 from mrdudz/unbreakmaster
hide the SP symbol from the 4510 and 45GS02
|
2025-06-27 17:45:42 +02:00 |
|
mrdudz
|
0a5211dcaa
|
...and the reference for the test
|
2025-06-27 17:39:04 +02:00 |
|
mrdudz
|
0d28f6ff8c
|
fix test
|
2025-06-27 17:32:20 +02:00 |
|
mrdudz
|
74a2262157
|
hotfix
|
2025-06-27 17:26:11 +02:00 |
|
Bob Andrews
|
d909a2c285
|
Merge pull request #2746 from mrdudz/bequiet
Fix -s vs QUIET in the makefiles
|
2025-06-27 16:43:13 +02:00 |
|
Bob Andrews
|
270552af48
|
Merge pull request #2734 from mrdudz/mega65c
C65 and Mega65 initial C support
|
2025-06-27 16:41:28 +02:00 |
|
Bob Andrews
|
9c4934239e
|
Merge pull request #2743 from kugelfuhr/kugelfuhr/include-guard
Do not read a file twice if it has an include guard
|
2025-06-27 16:16:51 +02:00 |
|
mrdudz
|
ecdc59de47
|
more QUIET=1
|
2025-06-27 00:10:07 +02:00 |
|
mrdudz
|
0d98ab42f0
|
pass QUIET in the workflows
|
2025-06-27 00:00:48 +02:00 |
|
mrdudz
|
1f1e1f1490
|
output target before name(s)
|
2025-06-26 23:53:36 +02:00 |
|
mrdudz
|
0c22e310ef
|
...and patch the Makefile in src the same way
|
2025-06-26 23:44:56 +02:00 |
|
mrdudz
|
703b166b29
|
handle -s and QUIET accordingly in libsrc too. those who never used make -s before might start doing it now :)
|
2025-06-26 23:18:35 +02:00 |
|
mrdudz
|
261180577c
|
add subdirs to "platforms"
|
2025-06-26 22:44:26 +02:00 |
|
mrdudz
|
000789de95
|
adjust makefiles in util to common behaviour
|
2025-06-26 22:36:12 +02:00 |
|
mrdudz
|
fed7276a63
|
make makefiles in samples behave the same as the others
|
2025-06-26 22:16:08 +02:00 |
|
Colin Leroy-Mira
|
a028ac4140
|
Apple2: Fix permanently disabled IRQ
Regression introduced in 990d65e:
Pushing status, initializing IRQ handler (which enables IRQ)
then pulling status re-disables IRQ.
|
2025-06-26 21:52:15 +02:00 |
|
mrdudz
|
cc6813428c
|
fix the fix
|
2025-06-26 21:00:20 +02:00 |
|
mrdudz
|
46770bbb63
|
another for cmd.exe
|
2025-06-26 20:53:10 +02:00 |
|
mrdudz
|
70f9723a89
|
dumb down for cmd.exe
|
2025-06-26 20:42:15 +02:00 |
|
mrdudz
|
afe395e970
|
fix -s vs QUIET in testtarget
|
2025-06-26 20:15:28 +02:00 |
|
mrdudz
|
7a85575158
|
fix handling of QUIET in the "test" directory
|
2025-06-26 19:48:16 +02:00 |
|
mrdudz
|
73869a6f38
|
make propagating QUIET=1 down actually work, also set --no-print-directory depending on QUIET
|
2025-06-26 19:45:52 +02:00 |
|