SourcePoint Intel Help

Table of Contents

restart

Re-initialize processor registers, allowing for faster reload of a program.

Syntax

restart

Discussion

The restart command provides a faster way to load a program, performing the equivalent of the INIT option of the load command. Load speed is improved because the restart command does not load code or symbols; it only re-initializes processor registers.

This command restarts the last program loaded. If multiple programs were loaded, only the last one is affected.

Example

This example assumes a program named โ€test.axfโ€ has been loaded prior to using the restart command.

Command input:

restart ย ย ย ย ย // restart test.axf

Related Topics: