Keil Logo

SET

Syntax Description
SET variable Displays a SET variable assignment.
SET variable = "string" Assigns string to the specified SET variable.

The SET command set the string associated with a predefined variable. You may also use the SET command to display the string currently associated with a predefined variable. The RESET command lets you clear the string associated with a predefined variable. Refer to RESET for more information.

The following predefined variables may be used with the SET and RESET commands.

Variable Name Description
SRC The path or paths to search for source or listing files required for source-level debugging. Up to 10 path specifications may be specified for the SRC variable one at a time.
Example

When you load an object module, the path specified is added to the SRC paths that are searched.

>LOAD \OBJS\MEASURE         /* Load mod.  MEASURE          */
>SET SRC                    /* Display paths assigned to SRC */
\objs

You may add additional path specifications so search for source and listing files.

>SET SRC =\SRC               /* Additional path specification */
>SET SRC                    /* Display paths assigned to SRC */
\objs
\src
  Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

Change Settings

Privacy Policy Update

Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.