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

disassembler does not print gosub keyword for non-number parameter #84

Closed
x87 opened this issue Nov 1, 2020 · 1 comment
Closed

disassembler does not print gosub keyword for non-number parameter #84

x87 opened this issue Nov 1, 2020 · 1 comment
Labels
priority:p0 Critical Issue/Blocker scope:disassembler type:bug Something isn't working workaround-available Users can fix for themselves
Milestone

Comments

@x87
Copy link
Collaborator

x87 commented Nov 1, 2020

gosub 1@

gets decompiled to

1@

when Write opcodes is off. This makes the result uncompilable into the binary form without manually adding the gosub opcode back.

@x87 x87 added type:bug Something isn't working priority:p0 Critical Issue/Blocker scope:disassembler labels Nov 1, 2020
@x87
Copy link
Collaborator Author

x87 commented Nov 1, 2020

A workaround would be to use the "Write opcodes" feature.

Deleting the gosub keyword from keywords.txt does not help

@x87 x87 added the workaround-available Users can fix for themselves label Nov 1, 2020
@x87 x87 added this to the v3.6.0 milestone Nov 1, 2020
@x87 x87 mentioned this issue Nov 1, 2020
46 tasks
@x87 x87 closed this as completed Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:p0 Critical Issue/Blocker scope:disassembler type:bug Something isn't working workaround-available Users can fix for themselves
Projects
None yet
Development

No branches or pull requests

1 participant