Files
cc65/test/asm/cpudetect
Kugel Fuhr bcd29de443 Much improved error messages for ca65. For most errors it will now say what
was expected and what was found instead. Also improved error recovery in a few
places.
2025-07-06 08:40:05 +02:00
..
2025-06-28 18:18:39 +02:00
2022-02-19 12:44:20 +01:00
2025-06-28 18:18:39 +02:00
2022-02-19 12:44:20 +01:00
2025-06-28 18:18:39 +02:00
2022-02-19 12:44:20 +01:00
2022-02-19 12:44:20 +01:00
2025-06-29 17:21:40 +02:00
2025-06-29 19:14:28 +02:00
2022-02-20 11:20:20 +01:00
2025-06-28 18:18:39 +02:00

CPU Detect Tests
----------------

These tests all assemble the same file "cpudetect.s" which contains several
conditionals for several CPUs, only using every option known to the "--cpu"
command-line switch of ca65/cl65.

Reference (".ref") Files
------------------------

Some hints about creating new files:
Make an empty file with the CPU's name prepended to "-cpudetect.ref". Run the
tests; one of them will fail due to a mismatch. Review the output of the
".lst" file pedantically, then copy the ".bin" over the empty ".ref" file.