Keil Logo

SET

構文 説明
SET variable SET variable の割り当てを表示します。
SET variable = "string" string を指定された SET variable に割り当てます。

SET コマンドは、定義済み変数に関連付ける文字列を設定します。SET コマンドを使用すると、現在定義済み変数に割り当てられている文字列を表示することもできます。RESET コマンドにより、定義済み変数に関連付けられている文字列をクリアできます。詳細については、「RESET」を参照して下さい。

以下の定義済み変数は、SET コマンドおよび RESET コマンドに使用できます。

変数名 説明
SRC ソースレベルデバッグに必要なソースファイルまたはリストファイルの検索パス。SRC 変数には、一度に最大 10 パスを指定できます。

オブジェクトモジュールをロードすると、指定されたパスが SRC の検索パスに追加されます。

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

ソースファイルおよびリストファイルを検索するパスを追加指定できます。

>SET SRC =\SRC              // Additional path specification
>SET SRC ="\my docs\"       // Use double-quotes with blanks
>SET SRC                    // Display paths assigned to SRC
\objs
.\lib\location\ 
\my docs\ 
  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.