1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-02 04:41:35 +00:00
cc65/test/asm
Bob Andrews b9cf6266e7
Merge pull request #2010 from bbbradsmith/ca65_brk_optional_signature
optional BRK signature on all 6502 CPUs, not just 65816
2023-03-04 13:21:28 +01:00
..
cpudetect Add proper readmes 2022-02-20 11:20:20 +01:00
err Fix .endmacro not at the start of the line. Rename test files. 2023-03-02 15:12:30 -05:00
listing Merge pull request #2010 from bbbradsmith/ca65_brk_optional_signature 2023-03-04 13:21:28 +01:00
opcodes Add proper readmes 2022-02-20 11:20:20 +01:00
val Merge pull request #2009 from bbbradsmith/ca65_feature_disable 2023-03-04 13:08:18 +01:00
Makefile added a test that must fail 2022-04-26 17:07:57 +02:00
readme.txt added a test that must fail 2022-04-26 17:07:57 +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.

err:
----

Works very much like the /err directory used to test the compiler - individual
tests are assembled and MUST NOT assemble without error.