1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-10 23:29:05 +00:00
cc65/test/asm
Bob Andrews 652949f183
Merge pull request #2104 from Movax12/remove-feature-requirement-addrsize
ca65: Remove .feature requirement for .addrsize
2023-05-22 00:39:04 +02:00
..
cpudetect
err
listing
misc sim65 64-bit cycle count tests 2023-05-07 16:33:47 -04:00
opcodes
val Merge pull request #2104 from Movax12/remove-feature-requirement-addrsize 2023-05-22 00:39:04 +02:00
Makefile sim65 64-bit cycle count tests 2023-05-07 16:33:47 -04:00
readme.txt sim65 64-bit cycle count tests 2023-05-07 16:33:47 -04:00

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

cpudetect
---------

Tests the --cpu command line option of ca65/ld65.
Refer to cpudetect/readme.txt


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:
--------

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:
----

Runtime assembly tests using sim65 that should end with an exit code of 0 if
they pass. If they fail the exit code should be either -1, or a number
indicating what part of the test failed.


misc:
-----

This is for tests that require special make steps or conditions.