Commit Graph

11563 Commits

Author SHA1 Message Date
mrdudz
02e79d35d7 no need to fix the assembler, but making da65 produce the same mnemonics ans ca65 uses seems like a good idea :) 2025-06-19 21:44:14 +02:00
mrdudz
d34b36c6e5 add test that checks all opcodes per current cpu flags 2025-06-19 01:33:31 +02:00
mrdudz
2be28d2d64 add some comments 2025-06-19 01:32:43 +02:00
mrdudz
130c5e67b3 typo 2025-06-18 18:30:29 +02:00
mrdudz
00de49a46d codestyle 2025-06-18 02:43:40 +02:00
mrdudz
05506ede2a comments 2025-06-18 02:41:22 +02:00
mrdudz
157ddf2c5b codestyle 2025-06-18 02:41:15 +02:00
mrdudz
499fcbdb5f we dont use the table in the custom jsr 2025-06-18 02:38:34 +02:00
mrdudz
80b4ea304b fix table for added address modes 2025-06-18 02:24:59 +02:00
mrdudz
9eecd794b1 less hacky way to get the addr mode 2025-06-18 02:03:52 +02:00
mrdudz
ad38683176 Merge branch 'master' into m740 2025-06-18 01:17:52 +02:00
mrdudz
ff1e5b3351 minimize diff 2025-06-18 01:14:31 +02:00
mrdudz
dd78eb91c3 don't make script choke with more than 9 tables 2025-06-18 01:12:43 +02:00
Bob Andrews
02d22e712c Merge pull request #2713 from mrdudz/somechecks
don't make script choke with more than 9 tables
2025-06-18 00:45:07 +02:00
mrdudz
4daba00d47 don't make script choke with more than 9 tables 2025-06-18 00:28:53 +02:00
Bob Andrews
3d2734172f Delete cfg/m740.cfg 2025-06-17 23:53:40 +02:00
Bob Andrews
d1ecc02e31 Merge branch 'master' into m740 2025-06-17 23:52:55 +02:00
Bob Andrews
f91500e3d3 Merge pull request #2712 from mrdudz/pseudo20x
fix/add missing .ifp02x and .p02x pseudo ops, update test
2025-06-17 23:48:31 +02:00
mrdudz
5a3aa1fd51 fix/add missing .ifp02x and .p02x pseudo ops, update test 2025-06-17 23:34:23 +02:00
mrdudz
5e4f811ddf remove commented out code 2025-06-17 22:52:42 +02:00
mrdudz
f45d25cfaf merge master 2025-06-17 22:51:25 +02:00
Bob Andrews
3486cd7830 Merge pull request #967 from rhalkyard/feature/plus4-tgi-driver
TGI driver and IRQ-handler fix for plus4
2025-06-17 20:49:09 +02:00
Bob Andrews
0b0bead634 Update tgidemo.c - fix misunderstanding about TGI colors 2025-06-17 20:29:41 +02:00
Bob Andrews
bae58ae419 Update cbm264.h - fix misunderstanding about TGI colors 2025-06-17 20:29:01 +02:00
Bob Andrews
f04c25a233 Merge pull request #2709 from GorillaSapiens/gps4bugs
added reporting of fatal/error/warning/note location generation with …
2025-06-17 19:51:02 +02:00
Bob Andrews
f16eced6fc Merge pull request #2698 from kugelfuhr/kugelfuhr/fix-1640
Implement -dD, -dM and -dN command line switches to output macro definitions
2025-06-17 19:44:19 +02:00
Gorilla Sapiens
c90c61f08f rename functions 2025-06-16 23:30:46 +00:00
mrdudz
7ea6575ca8 update cpu list on da65 page too 2025-06-16 23:35:51 +02:00
mrdudz
476abbddd1 update/fix doc nodes 2025-06-16 23:26:47 +02:00
mrdudz
ed86cb84f9 slightly updated docs 2025-06-16 23:10:49 +02:00
mrdudz
2e27ee1702 added .IFM740 and .PM470, and while at it also .IFP02X and .P02X. Updated regression test to use these 2025-06-16 22:55:58 +02:00
mrdudz
0b74ae8c2d add m740 to macpack cpu, add .ifpm740, add regression test for those 2025-06-16 21:59:38 +02:00
mrdudz
20e7c54fa3 more m740 fixes, makes the regression test work 2025-06-16 20:32:54 +02:00
mrdudz
2184ba80c7 make <bit> part of the instruction, like in the huc6280 2025-06-16 17:39:23 +02:00
Kugel Fuhr
adc9ddc280 Change the available options to -dM and -dP. The former prints user macros,
the latter predefined macros. Can be combined by using -dMP or -dPM.
2025-06-16 11:30:25 +02:00
Gorilla Sapiens
c0a0ba1483 added reporting of fatal/error/warning/note location generation with "-d" 2025-06-16 02:46:10 +00:00
mrdudz
ef33c4b71d fix script to deal with more than 9 tables 2025-06-16 01:35:23 +02:00
mrdudz
7b12962eec fix m740, survives disasm/asm roundtrip now, still needs some work though 2025-06-16 01:17:36 +02:00
Oliver
24b7d1fec7 Make use of dynamic box drawing 2025-06-15 14:14:38 -04:00
Colin Leroy-Mira
990d65e4e4 Apple2: Setup IRQ/RST vectors in LC if needed
Programs running under DOS3.3 need to setup correct
reset and IRQ vectors in the language card.
2025-06-15 14:12:01 -04:00
mrdudz
5be4c4697c original patch 2025-06-15 18:25:01 +02:00
Bob Andrews
2470851bfd Merge pull request #2703 from mrdudz/testbug2110
add test for #2110
2025-06-14 23:03:00 +02:00
Bob Andrews
d0b8e606cd Merge pull request #2702 from mrdudz/testbug2172
added repro cases from #2172 as tests
2025-06-14 22:44:12 +02:00
mrdudz
7620e551ee add test 2025-06-14 22:40:29 +02:00
mrdudz
1ac8a51c58 added repro cases from #2172 as tests 2025-06-14 21:39:00 +02:00
Bob Andrews
b29b50d363 Merge pull request #2701 from colinleroy/fix-tmp-files-again-again
Make sure pid and counter don't interfere
2025-06-14 18:48:39 +02:00
Colin Leroy-Mira
e3f9a5f052 Make sure pid and counter don't interfere 2025-06-14 13:02:28 +02:00
Bob Andrews
51b3add3c0 Merge pull request #2684 from mrdudz/checksorted
simple script(s) to check if bsearch tables are sorted correctly
2025-06-14 02:28:50 +02:00
Bob Andrews
647a79bb2f Merge branch 'master' into checksorted 2025-06-14 02:16:34 +02:00
Bob Andrews
89651fd8bd Merge pull request #2699 from colinleroy/fix-temp-files-again
Fix temporary filenames again.
2025-06-13 20:44:28 +02:00