1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-12 13:54:43 +00:00
cc65/test/asm/readme.txt

39 lines
758 B
Plaintext
Raw Normal View History

2016-09-06 12:54:21 +00:00
Assembler Testcases
===================
cpudetect
---------
Tests the --cpu command line option of ca65/ld65.
Refer to cpudetect/readme.txt
2016-09-06 12:54:21 +00:00
opcodes
-------
Test of assembler opcodes for each CPU.
Refer to opcodes/readme.txt
err:
----
Used to test assembler errors. These tests MUST NOT assemble without error.
listing:
--------
2022-04-26 15:07:57 +00:00
This is the most versatile assembler test form, allowing control customizations,
reference tests for binary output, stdout and error text ouput, error tests,
listings, custom linker configuration, etc. as needed.
Refer to listing/readme.txt
val:
2022-04-26 15:07:57 +00:00
----
Runtime assembly tests using sim65 that should exit with an exit code of 0 when
the pass, or either -1 or a number indicating what part of the test failed on
error.