forked from z390development/z390
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optable 370 ter (z390development#537)
* Create new optable DFLT * Test and fix issues for changes to correct optable(370) * undoing change to build.bat - needs separate issue * Fix logical inversion in handling debug option in bldjar.bat * Add overview of optable/machine options and equivalences * Fix layout issue with documentation for machine/optable options * Fix layout issue with table for machine/optable options * Fix alignmenent of remarks following the table of machine/optable options * Fix leftovers of creating rt\rt\OPCD$ from rt\rt\OPCD$DOS * Fixing case of filenames to be assembled and sequence of entries in optable_370
- Loading branch information
1 parent
3b70952
commit a73a4f4
Showing
19 changed files
with
674 additions
and
335 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
rem asml routines | ||
call asm linklib\barcode\encodetr sysmac(+linklib\barcode) syscpy(+linklib\barcode) %1 %2 %3 %4 | ||
call asml linklib\barcode\s4bcdrva sysmac(+linklib\barcode) syscpy(+linklib\barcode) %1 %2 %3 %4 | ||
copy linklib\barcode\*.390 linklib | ||
call bat\asm barcode\encodetr sysmac(+barcode) syscpy(+barcode) %1 %2 %3 %4 | ||
call bat\asml barcode\s4bcdrva sysmac(+barcode) syscpy(+barcode) %1 %2 %3 %4 | ||
copy barcode\*.390 linklib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.