SourcePoint Intel Help

Table of Contents

File Menu - Program Menu Item

Select File|Program on the menu bar to access the following options: Load Program, Reload Program, Remove All Programs, and Save Program. The Program Load and Reload Program ย options are also available as icons on the icon toolbar.

Load Program Option

The Load Program option allows you to load programs into target memory and/or load debug (symbol) information for symbolic or source-level debugging.

Program Load dialog box

The option supports a number of file formats, as listed in the table below. The format of the file affects the options available in the Program Load dialog box.

File Format Type

ย 

File format type

Initialize processor(1)

ย 

Macros(2)

ย 

Offset(3)

ย 

Address(4)

OMF386/286 Bootable (*.omf)

X

X

ย 

ย 

ELF executable (*.elf)

initializes EIP only

X

X

ย 

Intel OMF86 files (*.omf)

ย 

X

ย 

ย 

AOUT Executable (*.out)

ย 

X

ย 

ย 

PE32/PE32+ (*.exe)

initializes EIP only

X

ย 

X

PE32/PE32+ (*.dll)

initializes EIP only

X

ย 

X

EFI(PE) format (*.efi)

initializes EIP only

X

ย 

X

MS-DOS EXE (*.exe)

ย 

X

X

ย 

PDB format (*.pdb)

ย 

X

ย 

X

Intel HEX files (*.hex)

ย 

X

X

ย 

Intel TEXTSYM symbol file (*.sym)

ย 

X

X

ย 

Binary files (*.bin)

ย 

X

ย 

X

(1) Provides initialization of processor registers
(2) Pre- and/or post-load macro
(3) Numeric offset added to load address of code/debug information to form new load address
(4) Allows placement of file in user-selected memory location via address

Lower Half of Dialog Box

Depending on the format of the file you chose in the List of files of type, you have various options available.

Offset: This option lets you place the file in memory some place other than at the default setting.

  • For the Binary format; enter the load address into the Address box.

  • For relocatable formats, enter the signed relocation value into the Offset box (typically 0).

Note: Any file whose signature is not recognized by the loader is treated as binary format.

Pre-Load Macro. The Browse button allows you to select a macro file that runs prior to the loading of code or symbols. The primary use of this macro is to automate initialization of your target to a known state prior to the actual program load. If this feature is not desired, then leave the field blank. If the text entered in this box begins with a "#" character, then it is considered to be a command and is executed directly.

Post-Load Macro. The Browse button allows you to select a macro file that will run after the loading of code and/or symbols. Some file formats contain information for initializing the processor state after the program is loaded. A file of this format does not require a post-load macro. Other file formats do not contain this initialization information and require further initialization of the processor state after the code has been loaded. The post-load macro is useful for automating this processor state initialization process. If the text entered in this box begins with a "#" character, then it is considered to be a command and is executed directly.

Source path button. Click the Source path button to open the Source Path dialog box. In it you can specify where the loader should locate source files and what file extensions it should look for. The Source Path dialog box now supports both path maps and search paths (for OMF). A path map requires entries under both the Build directory and Debug directory, while a search path requires only a Debug directory entry.

Source Path Dialog

Source Path dialog box

If you enable the Prompt for files not found in search path. The Find Source dialog box displays, giving you access to your source files via this easy-to-use GUI.

Find Source dialog box

Load type section

You have three options: Load Code and symbols, Code only, or Symbols only.

  • Code and symbols option: Use this option to write the program (code) into target memory to load symbolic and source file information into SourcePoint. This allows program addresses to be referenced symbolically, and disassembly to show source code and symbol names.

  • Code only option: Use this option to write the program into target memory.

  • Symbols only option: Use this option to load source and symbol information into SourcePoint. Select this option when the program is already in the target (in ROM or Flash). This results in shorter load times.

Initialize processor. Enable this option to set the PC to the entry point location specified in the file you are loading.

Verify. When this option is enabled, SourcePoint verifies that the program you selected to load is the one being loaded.

Reload Program Option

Select Program Reload to initiate a load operation using the parameters from the prior program load in the current project without any further intervention. If no program has yet been loaded, the Program Load dialog box is displayed.

Remove All Programs Option

This option removes all source or symbol information from the Symbols window. It is the same as the Remove All Programs option in the Symbols window.

Save Program Option

The Save Program option lets you save your program. For details on how to save a program, see "How to Save a Program," part of "How To - SourcePoint Environment," found under SourcePoint Environment.

ย 

ย