|
|||||||||||||||||
Technical Support On-Line Manuals µVision3 User's Guide µVision3 Overview User Interface Creating Applications Utilities Debugging Debug Commands ASM ASSIGN BreakAccess BreakDisable BreakEnable BreakKill BreakList BreakSet COVERAGE DEFINE DIR Display Enter EVALuate EXIT Go INCLUDE KILL LOAD LOG LogicAnalyze MAP MODE Ostep PerformanceAnalyze Pstep RESET SAVE SCOPE SET SIGNAL SLOG Tstep Unassemble WatchSet WatchKill Debug Functions Simulation Flash Programming Dialogs Example Programs Command Line Appendix |
Enter
The Enter command lets you change the contents of memory starting at the specified address. You may enter the following data types.
You may specify multiple expressions, separated by commas ( , ), which are converted into the specified data types and finally stored in consecutive addresses in memory. Example>E CHAR x:0 = 1,2,"-µVision3-" /* Enter Characters */ >D x:0 X:0000 01 02 2D 64 53 63 6F 70 65 2D 00 00 00 00 00 00 ..-µVision3-...... >E FLOAT x:0x2000 = 3,4,15.2,0.33 /* Enter Float */ | ||||||||||||||||
|
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.