diff --git a/docs/debugger.html b/docs/debugger.html index 875c996bc..3bb11ae6f 100644 --- a/docs/debugger.html +++ b/docs/debugger.html @@ -1302,13 +1302,40 @@ are lost (they will NOT end up in the Carry flag).

(K) M6532/RIOT RAM

This is a spreadsheet-like GUI for inspecting and changing the contents of the 2600's zero-page RAM.

-

You can navigate with either the mouse or the keyboard arrow keys. +

You can navigate with either the mouse or the keyboard (see below). To change a RAM location, either double-click on it or press 'Enter' while it's highlighted. Enter the new value (hex, other formats using the bottom textboxes), then press 'Enter' to make the change. The currently selected RAM cell can also be changed by using the Data Operations Buttons or the associated shortcut keys.

+ +

You can navigate all RAM grids (and other data grids too) using the following keyboard shortcuts.

+ + + + + + + + + + + + + + + + + + + + + + + + +
ShortutDescription
Left arrowMove to left cell.
Right arrowMove to right cell.
HomeMove to leftmost cell.
EndMove to rightmost cell.
Up arrowMove to cell above.
Down arrowMove to cell below.
Page UpMove to top visible row.
Page DownMove to bottom visible row.
Shift + Page UpScroll one page up.
Shift + Page DownScroll one page down.

The 'Undo' button in the upper right should be self-explanatory; it will undo the most previous operation to one cell only. The 'Revert' button is