| |||||||||
Technical Support On-Line Manuals Ax51 User's Guide | InstructionsAssembly language instructions specify the program code that is to be assembled by the Ax51 assembler. The Ax51 assembler translates the assembly instructions in your program into machine code and stores the resulting code in an object file. Assembly instructions have the following general format: <[>label:<]> mnemonic <[>operand<]> <[>, operand<]> <[>/, operand<]> <[>; comment<]> Where
Refer to the x51 microcontrollers 8051 Instruction Set Manual, where they are listed by mnemonic and by machine language opcode, for more information about assembler instructions. | ||||||||
| |||||||||