Replies: 1 comment 3 replies
-
I open discussions: https://github.com/6809/MC6809/discussions ;) Off the top of my head, I have no idea where the problem lies. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am not sure this qualifies as an issue. I would generally put this in a discussion tab but there does not seem to be one for this repository. Anyway, I am trying to execute the following code on an instance of the class CPUSpeedLimit:
But upon running it, I get the following error:
File "MC6809/MC6809/components/mc6809_base.py", line 787, in instruction_NEG_memory raise RuntimeError("Wrong PC ???") RuntimeError: Wrong PC ???
I am not sure about what causes this error. Again, I apologize if it is the wrong place to ask but I did not really know where to put my message. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions