mirror of
https://github.com/cc65/cc65.git
synced 2024-11-10 10:04:50 +00:00
1446b7dcc3
--binary: handled binary files --empty: check if file is empty --skipleft=<n>: Skip <n> lines at the start of the left (first) file --skipright=<n>: Skip <n> lines at the start of the right (second) file Note that --binary, --empty and one or both of --skipXXX are mutual exclusive; that is, you cannot specify more than one of them at the same time, or the behaviour will be unpredictable. |
||
---|---|---|
.. | ||
cpudetect | ||
err | ||
listing | ||
opcodes | ||
val | ||
Makefile | ||
readme.txt |
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.