Support for code compiling#45
Merged
myst6re merged 13 commits intomyst6re:masterfrom Mar 29, 2026
Merged
Conversation
- Fix stack argument push order: args now pushed in forward order to match the decompiler's inverted stack convention, fixing parameter swapping (e.g. set3 args 1 and 3 were swapped) - Fix tokenizer to treat numbers followed by underscore as variable identifiers (e.g. 474_ubyte was split into separate tokens) - Fix inline parameter handling for all opcodes 0x00-0x38, not just REQ+ - Fix ret(N) to support inline parameter via function call syntax - Expand help dialog from ~120 to ~170 opcodes across 20 categories including previously missing: sound, background, salary, last dungeon, tutorial, misc, and many individual opcodes
myst6re
reviewed
Mar 28, 2026
myst6re
reviewed
Mar 28, 2026
myst6re
reviewed
Mar 28, 2026
myst6re
reviewed
Mar 28, 2026
myst6re
reviewed
Mar 28, 2026
myst6re
reviewed
Mar 28, 2026
myst6re
reviewed
Mar 28, 2026
myst6re
reviewed
Mar 28, 2026
myst6re
reviewed
Mar 28, 2026
myst6re
reviewed
Mar 28, 2026
myst6re
reviewed
Mar 28, 2026
myst6re
reviewed
Mar 28, 2026
myst6re
reviewed
Mar 28, 2026
myst6re
reviewed
Mar 28, 2026
Enforce Pseudo-code main character names for easier parsing + add cha…
…ait now also handles being used as a function aswell as keyword like return, fixed SW/EW usage with REQ
Contributor
Author
|
Added support for font-size on the code editors, (more accessibility friendly) also added support for command line argument |
Contributor
Author
|
Deling-Release.zip |
myst6re
approved these changes
Mar 29, 2026
Owner
|
Do you have another change to push before I merge the pr? |
Contributor
Author
|
not currently there might be other fixes but i will create a new PR for it |
Owner
|
Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add compilable pseudo-code editor and script reference for the Scripts tab
The previously read-only "Pseudo-code" tab (now renamed "Code") is now a fully
editable scripting environment with a compiler that converts the C-style
pseudo-code back into JSM opcodes.
New features:
Files added:
Files modified: