1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-12 12:29:32 +00:00
cc65/test/asm
2022-03-03 14:03:01 +08:00
..
cpudetect Add proper readmes 2022-02-20 11:20:20 +01:00
listing Fixed test/asm/listing/Makefile with mingw32-make.exe that has problems with comments lead with tabulators. 2022-03-03 14:03:01 +08:00
opcodes Add proper readmes 2022-02-20 11:20:20 +01:00
Makefile Rename target test to asm 2022-02-19 12:52:02 +01:00
readme.txt Add proper readmes 2022-02-20 11:20:20 +01: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