English
Language : 

45111 Datasheet, PDF (36/184 Pages) List of Unclassifed Manufacturers – 14-DAY MONEY BACK GUARANTEE
5 The SX-Key Debugger
Jump to Code: Scrolls the window to display the first line that assembles into CPU instructions.
Jump to Reset Line: Scrolls the window to display the line of code that will be executed upon
reset. This line will be highlighted blue.
Jump to Breakpoint: Scrolls the window to display the line with the breakpoint. This line will be
highlighted red. When no breakpoint is defined, this button is inactive.
Jump to “Next Run” Line: Scrolls the window to display the next line of code that will be
executed. The line will be highlighted blue.
Jump to Main: Scrolls the window to display the label called “Main”, if there is one.
5.1.5 Modifying registers during debugging
Any register, bits within registers, or flags can be modified using the mouse and keyboard (see Table 3
– Register Editing Keys for a summary of the editing keys). To modify a register (in hexadecimal), first
click on it or use the tab and cursor keys to move the focus to that register. (The focus is indicated by a
blinking, black highlight within the register). Next, type in the new hexadecimal value on the keyboard
and press the enter, space, backspace or arrow keys to write the value to the register. The new value
will appear in the selected register, highlighted in red to indicate a change.
To change a bit or flag in the binary registers, simply click the mouse on the appropriate bit. The bit will
toggle to the opposite state and will be highlighted in red to indicate a change. Click on the INT or SKIP
flags to toggle their state. The INT and SKIP flags, unlike registers, do not indicate a change with a red
highlight. Instead, a blue color indicates the flag is set, while a white color indicates the flag is cleared.
If a register’s contents are changed by accident, press the ESC (escape) key to restore its previous value.
Key
TAB
Cursor Keys
Space
Backspace
Enter
ESC
Table 3 – Register Editing Keys
Function
Move focus to new control block and ignore any changes to previous register.
Move focus to new register within control and write any changes to previous register.
Same as cursor down.
Same as cursor up.
Write changes to register.
Changes register value to previous value, if it has been changed by the user. This will not work if the enter,
space, backspace or cursor keys have been pressed first.
Page 36 • SX-Key/Blitz Development System Manual 2.0 • Parallax, Inc.