cc65/test/asm/cpudetect
Spiro Trikaliotis 0f6cb5b114 Add proper readmes 2022-02-20 11:20:20 +01:00
..
65c02-cpudetect.ref Reorganized test/asm 2022-02-19 12:44:20 +01:00
65sc02-cpudetect.ref Reorganized test/asm 2022-02-19 12:44:20 +01:00
4510-cpudetect.ref Reorganized test/asm 2022-02-19 12:44:20 +01:00
6502-cpudetect.ref Reorganized test/asm 2022-02-19 12:44:20 +01:00
6502dtv-cpudetect.ref Reorganized test/asm 2022-02-19 12:44:20 +01:00
6502x-cpudetect.ref Reorganized test/asm 2022-02-19 12:44:20 +01:00
65816-cpudetect.ref Reorganized test/asm 2022-02-19 12:44:20 +01:00
Makefile Reorganized test/asm 2022-02-19 12:44:20 +01:00
cpudetect.s Reorganized test/asm 2022-02-19 12:44:20 +01:00
huc6280-cpudetect.ref Reorganized test/asm 2022-02-19 12:44:20 +01:00
readme.txt Add proper readmes 2022-02-20 11:20:20 +01:00

readme.txt

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.