![]() |
How does the smc - debugger command works?
I search for a simple example what the smc debugger command explains.
Does the program breaks like a program breakpoint if a smc is detected? I could not see any success. No smc is recognized. This is a short test programm in which the branches opcode is changed by adding 1 from $62 to $6f. Code:
waitmouse: Code:
>d pc Code:
>d pc |
You need to enable memory watchpoints, check this thread, it should answer your questions regarding the SMC command. :)
|
Thanks, StingRay. It works.
I put a memwatchpoint: >w 0 0 80000 none then: Code:
Breakpoint 0 triggered. |
Maybe this thread would be better in winuae.support
but now I ask my questions here: First, I get no reaction on this commands: Code:
mg <address> Memory dump starting at <address> in GUI. ; no reaction Code:
i [<addr>] Dump contents of interrupt and trap vectors. Maybe also a link to an old thread would help. Code:
b Step to previous state capture position. Code:
>e ; shows always the complete list Code:
>e [<address>] [<lines>] Code:
>m dff000 |
All times are GMT +2. The time now is 03:08. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2022, vBulletin Solutions Inc.