1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 19:55:09 +00:00
cc65/test/asm/listing
2022-06-16 20:57:53 +02:00
..
001-macro-simple-listing.list-ref Some test cases for ca65 2022-06-16 20:57:53 +02:00
001-macro-simple-listing.s Some test cases for ca65 2022-06-16 20:57:53 +02:00
002-macro-param-listing.list-ref Some test cases for ca65 2022-06-16 20:57:53 +02:00
002-macro-param-listing.s Some test cases for ca65 2022-06-16 20:57:53 +02:00
010-paramcount.err-ref Some test cases for ca65 2022-06-16 20:57:53 +02:00
010-paramcount.s Some test cases for ca65 2022-06-16 20:57:53 +02:00
020-asciiz.bin-ref Some test cases for ca65 2022-06-16 20:57:53 +02:00
020-asciiz.list-ref Some test cases for ca65 2022-06-16 20:57:53 +02:00
020-asciiz.s Some test cases for ca65 2022-06-16 20:57:53 +02:00
100-byte.bin-ref Some test cases for ca65 2022-06-16 20:57:53 +02:00
100-byte.list-ref Some test cases for ca65 2022-06-16 20:57:53 +02:00
100-byte.s Some test cases for ca65 2022-06-16 20:57:53 +02:00
101-byt.bin-ref Some test cases for ca65 2022-06-16 20:57:53 +02:00
101-byt.list-ref Some test cases for ca65 2022-06-16 20:57:53 +02:00
101-byt.s Some test cases for ca65 2022-06-16 20:57:53 +02:00
102-word.bin-ref Some test cases for ca65 2022-06-16 20:57:53 +02:00
102-word.list-ref Some test cases for ca65 2022-06-16 20:57:53 +02:00
102-word.s Some test cases for ca65 2022-06-16 20:57:53 +02:00
103-dbyt.bin-ref Some test cases for ca65 2022-06-16 20:57:53 +02:00
103-dbyt.list-ref Some test cases for ca65 2022-06-16 20:57:53 +02:00
103-dbyt.s Some test cases for ca65 2022-06-16 20:57:53 +02:00
104-dword.bin-ref Some test cases for ca65 2022-06-16 20:57:53 +02:00
104-dword.list-ref Some test cases for ca65 2022-06-16 20:57:53 +02:00
104-dword.s Some test cases for ca65 2022-06-16 20:57:53 +02:00
105-faraddr.bin-ref Some test cases for ca65 2022-06-16 20:57:53 +02:00
105-faraddr.list-ref Some test cases for ca65 2022-06-16 20:57:53 +02:00
105-faraddr.s Some test cases for ca65 2022-06-16 20:57:53 +02:00
106-hibytes.bin-ref Some test cases for ca65 2022-06-16 20:57:53 +02:00
106-hibytes.list-ref Some test cases for ca65 2022-06-16 20:57:53 +02:00
106-hibytes.s Some test cases for ca65 2022-06-16 20:57:53 +02:00
107-lobytes.bin-ref Some test cases for ca65 2022-06-16 20:57:53 +02:00
107-lobytes.list-ref Some test cases for ca65 2022-06-16 20:57:53 +02:00
107-lobytes.s Some test cases for ca65 2022-06-16 20:57:53 +02:00
Makefile Some test cases for ca65 2022-06-16 20:57:53 +02:00
readme.txt Add proper readmes 2022-02-20 11:20:20 +01:00

Overall test:
-------------

These testcases can be used to test different aspects of the assembler.
The name of a test is everything in the form <test>.s.

The following reference files can be added:

- <test>.bin-ref:
  This is a reference for the resulting binary.
  The binary as binary tested against this file.
  If they are not equal, the test fails.

- <test>.list-ref
  This is a reference for the resulting listing output
  This file *must* have the first line of the listing removed, as that
  contains a ca65 version string, and almost always this will be changed!


Note that the resulting .bin file is generated twice: Once with no listing
file, and once with listing file. This way, one can find out if the listing
file generation changes anything with the resulting binary output.


TODO:
- add the possibility to test for specific error output that are to be
  expected