|
|||||||||||
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 |
ASMThe ASM command displays or sets the current assembly address, or assembles an instruction.
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 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.