2016-09-06 12:54:21 +00:00
|
|
|
Assembler Testcases
|
|
|
|
===================
|
|
|
|
|
2016-09-07 17:21:24 +00:00
|
|
|
Opcode Tests:
|
|
|
|
-------------
|
|
|
|
|
2022-02-20 10:20:20 +00:00
|
|
|
these go into opcodes/. Refer to opcodes/readme.txt
|
2016-09-06 12:54:21 +00:00
|
|
|
|
2016-09-07 17:21:24 +00:00
|
|
|
|
2020-11-17 20:06:05 +00:00
|
|
|
CPU Detect Tests
|
2016-09-07 17:21:24 +00:00
|
|
|
----------------
|
|
|
|
|
2022-02-20 10:20:20 +00:00
|
|
|
these go into cpudetect/. Refer to cpudetect/readme.txt
|
2016-09-07 17:21:24 +00:00
|
|
|
|
|
|
|
|
2022-02-20 10:20:20 +00:00
|
|
|
Overall tests:
|
|
|
|
--------------
|
2016-09-07 17:21:24 +00:00
|
|
|
|
2022-02-20 10:20:20 +00:00
|
|
|
These go into listing/. Refer to listing/readme.txt
|
2022-04-20 12:50:42 +00:00
|
|
|
|
2022-04-26 15:07:57 +00:00
|
|
|
val:
|
2022-04-20 12:50:42 +00:00
|
|
|
----
|
|
|
|
|
|
|
|
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.
|
2022-04-26 15:07:57 +00:00
|
|
|
|
|
|
|
err:
|
|
|
|
----
|
|
|
|
|
|
|
|
Works very much like the /err directory used to test the compiler - individual
|
|
|
|
tests are assembled and MUST NOT assemble without error.
|