|
|||||||||||
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 |
ASM
The ASM command displays or sets the current assembly address and lets you enter assembly instructions. When instructions are entered, the resulting opcode is stored in code memory. You may use the in-line assembler to correct mistakes or to make temporary changes to the target program you are debugging. The in-line assembler accepts mnemonics for assembly instructions based on the device selected from the device database. Example>ASM C:0x0000 /* set assemble address to C:0x0000 (8051 & 251) */ >ASM mov a,#12 >ASM mov r0,#0x20 >ASM movx @r0,A >ASM inc r0 >ASM movx @r0,A >ASM jmp C:0x8000 >ASM C:0020H /* set assemble address to C:0x0020 (8051 & 251) */ >ASM CLR A You may enter assembly instructions via the Inline Assembly... dialog that is available in the context menu of the Disassembly window. The context menu opens with a right mouse click in the Disassembly window. | ||||||||||
|
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.