To change the contents of the Spectrum's memory

  1. On the Debugger View menu, click Memory Inspector to open the memory inspector window.

  2. Enter the address you want to view in the Address field and press the Enter key.

  3. Click the first value you want to change with the left mouse button, enter the new value. The caret will automatically move to the next value, so you can continue making changes without having to click each value first.

  4. Repeat step 3 for each value you want to change.

Navigate using the arrow keys, the scrollbar or the mouse wheel to view different memory addresses.

Changed values are highlighted to make it easy to see what has been modified.

Tip

  • The tab key can be used to quickly switch between the numeric data and ASCII columns.

  • On the View menu, click Hex to switch between decimal and hexadecimal.

  • To quickly navigate to a specific address open in the disassembly window, right-click the address and select Open in Memory Inspector from the context menu.