Placed a few dot on e few i's.
This commit is contained in:
parent
0b6744bb91
commit
fee336890b
|
@ -23,6 +23,10 @@ A program, called "select", is provided to combine a range of tests
|
||||||
into a single test program.
|
into a single test program.
|
||||||
"Select" expects a range as argument, like 0-127, or -127, or 0-.
|
"Select" expects a range as argument, like 0-127, or -127, or 0-.
|
||||||
Tests that have a TEST number in that range are included.
|
Tests that have a TEST number in that range are included.
|
||||||
|
"Select" also expects the file from which the tests should
|
||||||
|
be selected as an argument.
|
||||||
|
If no argument is given, or only a range argument, select expects
|
||||||
|
the tests to slect from on standard input.
|
||||||
|
|
||||||
To prevent name clashes, some rules must be obeyed:
|
To prevent name clashes, some rules must be obeyed:
|
||||||
- data label names, procedure names and instruction label numbers
|
- data label names, procedure names and instruction label numbers
|
||||||
|
@ -79,7 +83,7 @@ This is useful if 'nop' prints the 'fil' string as well as the 'lin' number.
|
||||||
This 'f' option is on by default, off if a '-f' flag is given.
|
This 'f' option is on by default, off if a '-f' flag is given.
|
||||||
|
|
||||||
The EM file generated by "select" includes "test.h".
|
The EM file generated by "select" includes "test.h".
|
||||||
"Emtest.h" may contain definitions of the following symbols:
|
"test.h" may contain definitions of the following symbols:
|
||||||
W2S: the size of double precision integers, if implemented.
|
W2S: the size of double precision integers, if implemented.
|
||||||
FS: the size of single precision floats, if implemented.
|
FS: the size of single precision floats, if implemented.
|
||||||
F2S: the size of double precision floats, if implemented.
|
F2S: the size of double precision floats, if implemented.
|
||||||
|
|
Loading…
Reference in a new issue