We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the stats output, the line for ACALLPRM calls does not align with the other output:
11:20:53 OPCD$DOS MZ390 total ACALL calls = 0 11:20:53 OPCD$DOS MZ390 total AIF blocks = 30 11:20:53 OPCD$DOS MZ390 total ACASE blocks = 0 11:20:53 OPCD$DOS MZ390 total AWHILE calls = 4 11:20:53 OPCD$DOS MZ390 total AUNTIL blocks = 0 11:20:53 OPCD$DOS MZ390 total ACALLPRM calls = 0 11:20:53 OPCD$DOS MZ390 total global set names= 50 11:20:53 OPCD$DOS MZ390 tot global seta cells = 1 11:20:53 OPCD$DOS MZ390 tot global setb cells = 8 11:20:53 OPCD$DOS MZ390 tot global setc cells = 41
Please adjust output to align properly. Nice to have: move ACALLPRM report line to follow ACALL
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the stats output, the line for ACALLPRM calls does not align with the other output:
Please adjust output to align properly.
Nice to have: move ACALLPRM report line to follow ACALL
The text was updated successfully, but these errors were encountered: