SourcePoint Intel Help

Table of Contents

Memory Window Menu

The Memory window menu can be displayed by selecting Memory on the top-level menu, or by right-clicking in a Memory window.

Size

Selects the size of memory objects to display play. Memory size options are 8-bit, 16-bit, 32-bit, or 64-bit. Size can also be selected directly from the dialog bar.

NOTE: Multi-byte objects are displayed little-endian data format.

Radix

Selects the display base for memory objects. ย Radix options are Hex, Signed 10, or Unsigned 10. ย Radix can also be selected directly from the dialog bar.

Width

Selects the number of bytes of memory to display per row of display. Width options are from 1-byte to 64-bytes. A fit to window selection is also available. ย Width can also be selected directly from the dialog bar.

ASCII

Selects a character display mode. ย Options include: No ASCII, 7-Bit ASCII, 8-Bit ASCII, UTF-16LE (Unicode 16-bit little-endian) and UTF-16BE (Unicode 16-bit big-endian). Unprintable ASCII characters are replace with a โ€˜.โ€™ character. ย Unprintable Unicode characters are usually replaced with a square character (this depends on the Unicode font selected).

ย 

The default Unicode font is Arial Unicode MS. ย If not available on the Host system, the operating system will attempt to find a comparable font. ย If the selected font does not work for your application, it can be overridden by adding the following entry in the SourcePoint INI file (sp.ini):

ย 

[Fonts]

Unicode=MS Mincho ย ย ย ย ย ย ย ย ย ย ย ย // select MS Mincho font for better Kanji characters

ย 

ASCII can also be selected directly from the dialog bar.

Refresh

Forces the Memory view to re-read memory from the target. ย This option is also available directly on the dialog bar.

View At Address

Brings up the Address dialog box and allows you to view memory at the address specified. You can also type a new address in the Address text box in the dialog bar to change a memory address.

Viewpoint

Allows you to track a specific processor (P0, P1, etc.) or the current viewpoint processor.

Copy/Paste

Used to copy and paste data values in the window. ย Ctrl-C and Ctrl-V also work.