LMH01 / alpha_tui

My attempt to write a runtime environment and debugger for the Alpha-Notation used in my SysInf lecture.
GNU General Public License v3.0
14 stars 1 forks source link

Add Option to disable stack #60

Open reeelix opened 6 months ago

reeelix commented 6 months ago

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 commented 6 months ago

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

LMH01 commented 6 months ago

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