Keil Logo

Enter

構文 説明
Enter typeaddress = expr , expr ... 指定されたデータ type の式(expr)を使用して、address から始まるメモリの内容を変更します。

Enter コマンドを使用すると、指定した address から始まるメモリの内容を変更することができます。次のデータ型を指定できます。

説明
CHAR 符号付き文字または符号なし文字。
DOUBLE 倍精度浮動小数点数。
FLOAT 浮動小数点数。
INT 符号付き整数または符号なし整数。
LONG 符号付き長整数または符号なし長整数。

複数の式をコンマ(,)で区切って指定できます。これらの式は指定されたデータ型に変換され、最終的にメモリの連続したアドレスに保存されます。

>E CHAR x:0 = 1,2,"-µVision4-"                   /* Enter Characters */
>D x:0
 X:0000  01 02 2D 64 53 63 6F 70 65 2D 00 00 00 00 00 00   ..-µVision4-......

>E FLOAT x:0x2000 = 3,4,15.2,0.33                /* Enter Float      */
  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.