| |||
| Home > Altering the Target Execution Environment > Changing memory contents | |||
You might want to change the contents of various memory locations to see how image execution is affected.
To change the value of a memory location, you must stop execution at a specific point of interest. You can specify where execution stops by:
setting a breakpoint that stops execution
running to a specific point
stepping.
See also: