spiff 0 Posted February 10, 2012 Share Posted February 10, 2012 As the title suggests, can I do this? Quote Link to post Share on other sites
msptest6 0 Posted February 10, 2012 Share Posted February 10, 2012 Yes, it is. You will have to insert the MDEBUGSTOP instruction. See FAQ here. First add the MDEBUGSTOP instruction into the code where you would like to halt. Then rebuild and load the code. Remember that the MDEBUGSTOP instruction must not be within 3 instructions (before or after) a branch (MBCNDD), call (MCCNDD) or return (MRCNDD) instruction. When the CLA halts the MDEBUGSTOP instruction will be in the D2 (decode 2) phase of the pipeline. From there you can single step the CLA or run to the next breakpoint or MSTOP. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.