-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add go command #12
Comments
Change-Id: I35f3e02c54f87f19e9479985d2783e91fc681e40
In the 6502/65C02 I've added go and exec commands, which work by forcing opcode values onto the 6502 data bus. It was quite involved to do this and there are race conditions with interrupts. I'm not sure if I'm going to add this to the Z80 and 6809. Let's see if it's every actually useful! |
Are there command to set register values? (a quick scan of the wiki says no) |
No, currently it's not possible to set a register value. This would be possible, but it would require some customizations to each core. |
To force the CPU to start executing at a given location.
There are a couple of approaches to consider:
The text was updated successfully, but these errors were encountered: