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

branch_8 and branch_16 dont call pc changed #76

Open
chriscamacho opened this issue Sep 5, 2020 · 0 comments
Open

branch_8 and branch_16 dont call pc changed #76

chriscamacho opened this issue Sep 5, 2020 · 0 comments

Comments

@chriscamacho
Copy link

I can see branch_8 and branch_16 dont call pc changed

I'm looking to be able to tell when the PC had reached a certain point, by checking pc in cpu_instr_callback i catch most cases except jumps, (by looking ahead pc+instruction size) and I was hoping the pc callback would let me catch the address when jumped to....

For now I've added the calls to 16/8 branches on my own copy, but what impact might this have for more advanced 68k's with some kind of more advanced "mmu" code relying on pc changed for only for branch_32

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

1 participant