1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 21:29:03 +00:00
cc65/test/asm
2022-04-20 14:54:44 +02:00
..
cpudetect Add proper readmes 2022-02-20 11:20:20 +01:00
listing Fixed test/asm/listing/Makefile with mingw32-make.exe that has problems with comments lead with tabulators. 2022-03-03 14:03:01 +08:00
opcodes Add proper readmes 2022-02-20 11:20:20 +01:00
val fix workdir path 2022-04-20 14:54:44 +02:00
Makefile added a testprogram to check for some of the edge cases 2022-04-20 14:50:42 +02:00
readme.txt added a testprogram to check for some of the edge cases 2022-04-20 14:50:42 +02:00

Assembler Testcases
===================

Opcode Tests:
-------------

these go into opcodes/. Refer to opcodes/readme.txt


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

these go into cpudetect/. Refer to cpudetect/readme.txt


Overall tests:
--------------

These go into listing/. Refer to listing/readme.txt

Val:
----

Works very much like the /val directory used to test the compiler -  individual
tests are run in the simulator and should exit with an exit code of 0 when they
pass, or either -1 or a number indicating what part of the test failed on error.