We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's quite useful to have the option to put a breakpoint in your source code. Saves faffing about looking up addresses, you can just inline in code.
One option is to break on an opcode e.g. $76 (HALT). Another way (the TI84 CEmu emulator does it this way) is to trigger it with a write to $FFFFFF
Many thanks, Paul.
The text was updated successfully, but these errors were encountered:
Hm, yeah. That sounds useful. I'll have a think about it
Sorry, something went wrong.
No branches or pull requests
It's quite useful to have the option to put a breakpoint in your source code. Saves faffing about looking up addresses, you can just inline in code.
One option is to break on an opcode e.g. $76 (HALT). Another way (the TI84 CEmu emulator does it this way) is to trigger it with a write to $FFFFFF
Many thanks, Paul.
The text was updated successfully, but these errors were encountered: