|
|||||||||||
|
Technical Support On-Line Manuals µVision4 User's Guide |
µVision4 User's GuideASMThe 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
| ||||||||||
|
|||||||||||