c75d1dd7df
update docs with some more info about the various cpu modes
mrdudz
2025-06-19 22:42:36 +02:00
02e79d35d7
no need to fix the assembler, but making da65 produce the same mnemonics ans ca65 uses seems like a good idea :)
mrdudz
2025-06-19 21:44:14 +02:00
ec0595ad28
Remove useless code
Colin Leroy-Mira
2025-06-19 19:51:22 +02:00
8d763abe92
Add notes on TGI_COLOR_BLACK and TGI_COLOR_WHITE
mrdudz
2025-06-19 19:58:36 +02:00
1f23fc6ba8
Merge pull request #2716 from kugelfuhr/kugelfuhr/fix-2649
Bob Andrews
2025-06-19 19:33:17 +02:00
758bdaa4ad
Fixed a typo in the test source.
Kugel Fuhr
2025-06-19 17:59:30 +02:00
54f63a0cdc
Fix the behavior of variable symbols in regard to cheap locals. Previously every assignment to a variable symbol opened the same scope for cheap locals. So when redefining a variable symbol, an old cheap local scope was reopened which was unexpected and confusing. The change fixes this so that only the first definition of a variable symbol opens a new scope for cheap locals, but redefinitions of the same symbol do not.
Kugel Fuhr
2025-06-19 09:11:30 +02:00
d34b36c6e5
add test that checks all opcodes per current cpu flags
mrdudz
2025-06-19 01:33:31 +02:00
2be28d2d64
add some comments
mrdudz
2025-06-19 01:32:43 +02:00
8d407c7b17Fix#2649. When generating labels for "skip" sections, GetGranularity() is called which wouldn't handle this type.
Kugel Fuhr
2025-06-16 07:49:22 +02:00
0b74ae8c2d
add m740 to macpack cpu, add .ifpm740, add regression test for those
mrdudz
2025-06-16 21:59:38 +02:00
20e7c54fa3
more m740 fixes, makes the regression test work
mrdudz
2025-06-16 20:32:54 +02:00
2184ba80c7
make <bit> part of the instruction, like in the huc6280
mrdudz
2025-06-16 17:39:23 +02:00
e4b610994cFix#2694. Also reformatting of long comments and refactoring of a small piece of code.
Kugel Fuhr
2025-06-16 16:01:56 +02:00
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.
Kugel Fuhr
2025-06-16 11:16:13 +02:00
c0a0ba1483
added reporting of fatal/error/warning/note location generation with "-d"
Gorilla Sapiens
2025-06-16 02:46:10 +00:00
ef33c4b71d
fix script to deal with more than 9 tables
mrdudz
2025-06-16 01:35:23 +02:00
7b12962eec
fix m740, survives disasm/asm roundtrip now, still needs some work though
mrdudz
2025-06-16 01:17:36 +02:00
24b7d1fec7
Make use of dynamic box drawing
Oliver
2025-06-15 20:01:16 +02:00
990d65e4e4
Apple2: Setup IRQ/RST vectors in LC if needed
Colin Leroy-Mira
2025-06-12 08:51:55 +02:00
5be4c4697c
original patch
mrdudz
2025-06-15 18:25:01 +02:00
2470851bfd
Merge pull request #2703 from mrdudz/testbug2110
Bob Andrews
2025-06-14 23:03:00 +02:00
d0b8e606cd
Merge pull request #2702 from mrdudz/testbug2172
Bob Andrews
2025-06-14 22:44:12 +02:00
7620e551ee
add test
mrdudz
2025-06-14 22:40:29 +02:00
1ac8a51c58
added repro cases from #2172 as tests
mrdudz
2025-06-14 21:39:00 +02:00
b29b50d363
Merge pull request #2701 from colinleroy/fix-tmp-files-again-again
Bob Andrews
2025-06-14 18:48:39 +02:00
e3f9a5f052
Make sure pid and counter don't interfere
Colin Leroy-Mira
2025-06-14 13:02:28 +02:00