Add proper readmes
This commit is contained in:
committed by
mrdudz
parent
e85d7756a6
commit
49bf32dc06
15
test/asm/cpudetect/readme.txt
Normal file
15
test/asm/cpudetect/readme.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user