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

Add Option to disable stack #60

Open
reeelix opened this issue May 5, 2024 · 2 comments
Open

Add Option to disable stack #60

reeelix opened this issue May 5, 2024 · 2 comments
Labels
accepted This issue/feature is accepted and will be worked on enhancement New feature or request

Comments

@reeelix
Copy link
Collaborator

reeelix commented May 5, 2024

There should be both a command line parameter (in the category of memory-related command line parameters) and support in the json memory config files to disable the stack entirely.
Any attempt to use push, pop or stackOP may result in an error message (at parsing-time for loaded programs, at runtime for injected custom instructions).

The stack in the tui interface may become invisible if this option is set.

@reeelix reeelix added enhancement New feature or request accepted This issue/feature is accepted and will be worked on labels May 5, 2024
@reeelix
Copy link
Collaborator Author

reeelix commented May 5, 2024

mind #63 in regards to corrently restricting access rights to the stack

@LMH01
Copy link
Owner

LMH01 commented May 5, 2024

I will try to come up with a way on how this could be implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted This issue/feature is accepted and will be worked on enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants