1
0
mirror of https://github.com/wfjm/w11.git synced 2026-04-19 18:22:53 +00:00
Files
wfjm.w11/tools/asm-11/tests/README.md
wfjm 1d51a4123a asm-11 final polishing
- tools/bin/asm-11: use 'R' error code; fix 'S' logic
- tools/asm-11/tests-err/testerr_0040_inst.mac: add test cases
2023-01-30 08:51:01 +01:00

17 lines
680 B
Markdown

This directory holds asm-11 test bench files.
The test bench files are self-checking and annotated with the expected
compilation result for checking with [asm-11_expect](../../bin/asm-11_expect).
All test cases expected to compile without errors.
The error response is tested in a separate test bench fileset located
in the [tests-err](../tests-err) directory.
The [Makefile](Makefile) provides the targets
```
make alllda ; create all .lda files
make allcof ; create all .cof files
make alllst ; create all .lst files
make allexp ; check all .lst files with asm-11_expect
make distclean ; remove all generated files
```