Adding Support for Infinite Loops in Sim8085 #68
debjitbis08
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, Sim8085 detects and prevents infinite loops to avoid unintentional issues, but I’ve received feedback that infinite loops can be useful for certain scenarios. For example, this program to generate a square wave:
The simulator currently throws an infinite loop detected error, which makes it impossible to run programs like this.
I want to hear from you—how do you like using infinite loops in Sim8085? Are there other specific use cases where this feature would be helpful?
You can show support for this feature by up-voting this post.
Beta Was this translation helpful? Give feedback.
All reactions