Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue #573 - optable listing for optable(ZS3) should match HLASM #593

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

abekornelis
Copy link
Collaborator

Fix issue #573 - optable listing for optable(ZS3) should match HLASM

@abekornelis abekornelis self-assigned this Oct 28, 2024
@abekornelis abekornelis requested a review from jyganci October 28, 2024 16:33
@abekornelis abekornelis added component-core Related to core components (java) Lang:Java labels Oct 28, 2024
@@ -2124,11 +2154,11 @@ else if (tz390.op_trace_type[index]==343)
case 36:
// Alternate formats have mnemonics ending in 'A'
if (my_mnemonic.substring(my_mnemonic.length()-1).equals("A")) // #500
{my_format="RRF"; // #500
{my_format="RRF"; // #500 #573
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks the same as the previous line??? Does not appear to be changing anything, but okay.

@@ -116,6 +148,7 @@ call rt\bat\RUNOPTABLE %z_TraceMode% optable UNI *None
set z_ReturnCode=%ERRORLEVEL%
if %z_ReturnCode% EQU 0 (set /A count_ok=%count_ok%+1) else (
set /A count_err=%count_err%+1
set err_optable=%err_optable% uni
Copy link
Contributor

@jyganci jyganci Dec 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion only. For consistency, change uni to UNI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component-core Related to core components (java) Lang:Java
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants