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

LST generates wrong bytes for non-alphabetic characters #15

Open
leesaudan2 opened this issue Sep 18, 2019 · 0 comments
Open

LST generates wrong bytes for non-alphabetic characters #15

leesaudan2 opened this issue Sep 18, 2019 · 0 comments

Comments

@leesaudan2
Copy link

According to the docs, the LST command should only generate byte values between $40 and $7F, inclusively. However, it is WRONGLY generating byte values $20--$3F instead of $60--$7F. Values between $40--$5F are properly generated, though.

Attached is a test file test1.s, which when assembled with the "-V" option, gives the attached
test1_Output.txt.

I'm using Merlin32 v1.0, Linux64 precompile binary from the downloaded zip file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant