1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-09 11:30:29 +00:00
cc65/test/asm/readme.txt

33 lines
701 B
Plaintext
Raw Normal View History

2016-09-06 14:54:21 +02:00
Assembler Testcases
===================
Opcode Tests:
-------------
2022-02-20 11:20:20 +01:00
these go into opcodes/. Refer to opcodes/readme.txt
2016-09-06 14:54:21 +02:00
CPU Detect Tests
----------------
2022-02-20 11:20:20 +01:00
these go into cpudetect/. Refer to cpudetect/readme.txt
2022-02-20 11:20:20 +01:00
Overall tests:
--------------
2022-02-20 11:20:20 +01:00
These go into listing/. Refer to listing/readme.txt
2022-04-26 17:07:57 +02:00
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.
2022-04-26 17:07:57 +02:00
err:
----
Works very much like the /err directory used to test the compiler - individual
tests are assembled and MUST NOT assemble without error.