Suggestions-and-Issues
Suggestions-and-Issues copied to clipboard
[Bug]: Detect always ON Level Input in Wire Spaghetti
Discord Thread
https://discord.com/channels/828292123936948244/1290961472477855845
What happened?
A common error made by beginners in stable is to connect an ON to the enable of the Level Input.
To prevent this catching them out in RAM (which is where this normally gets noticed) this level could check on tick 7 when executing or r5, rz, r4 (or more generally any instruction that does not read in) and raise an error if the input is enabled.
Version
0.1181 Beta
What OSes are you seeing the problem on?
Windows
Relevant debug.log output, search next to the exectuable
No response