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

SETA expressions with negative values give incorrect results #595

Open
abekornelis opened this issue Jan 17, 2025 · 1 comment
Open

SETA expressions with negative values give incorrect results #595

abekornelis opened this issue Jan 17, 2025 · 1 comment
Labels
bug Something isn't working component-core Related to core components (java) Lang:Java

Comments

@abekornelis
Copy link
Collaborator

abekornelis commented Jan 17, 2025

Mail by Dan Greiner dd 2024-12-21 06:45

The HLASM Language Reference (SC26-4940-09, p. 305) states that SETA expressions are signed values. However, as shown in the attached listing, negative values do not appear to be supported by the z390 assembler. Bug? Limitation?? Feature??

See below comment and attachment for an example of how this failure can be reproduced.

@abekornelis abekornelis added bug Something isn't working component-core Related to core components (java) Lang:Java labels Jan 17, 2025
@abekornelis
Copy link
Collaborator Author

abekornelis commented Jan 17, 2025

See the following listing for an example of how things go wrong:
junk.txt

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

No branches or pull requests

1 participant