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

Ability to break in code #20

Open
paulscottrobson opened this issue Oct 29, 2023 · 1 comment
Open

Ability to break in code #20

paulscottrobson opened this issue Oct 29, 2023 · 1 comment

Comments

@paulscottrobson
Copy link

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.

@tomm
Copy link
Owner

tomm commented Nov 5, 2023

Hm, yeah. That sounds useful. I'll have a think about it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants