|
|||||||||||
Technical Support On-Line Manuals µVision User's Guide About µVision User Interface Creating Applications Utilities Debugging Debug Commands ASM ASSIGN BreakAccess BreakDisable BreakEnable BreakKill BreakList BreakSet COVERAGE COVTOFILE DEFINE DIR Display Enter EVALuate EXIT FUNC 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 |
SETThe SET command assigns a string to a predefined variable. It can also display the variable contents.
The following predefined variables can be used with the SET command.
ExamplesWhen an object module is loaded, the paths are added to the SRC variable and used for searching. >LOAD \OBJS\MEASURE // Load mod. MEASURE >SET SRC // Display the paths assigned to SRC \objs You can add additional path specifications. >SET SRC =.\lib\location\ // Add path >SET SRC ="\my docs\" // Use double-quotes with blanks >SET SRC // Display the paths assigned to SRC \objs .\lib\location\ \my docs\ Note
| ||||||||||
|
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.