What are the pseudo instructions for PIC series microcontrollers?[Copy link]
When reading the beginning of some PIC microcontroller source programs, you will find some special instruction mnemonics. These mnemonics are different from the mnemonics of the instruction system and have no corresponding opcodes. These special instruction mnemonics are usually called pseudo-instructions. The role of pseudo-instructions in the source program is to make various preparations for completing the assembly program (actually, they are comments for PC assembly). These pseudo-instructions only work during the assembly process. Once the assembly is completed, the mission of the pseudo-instructions is completed. In the assembly program MPASM, there are four types of pseudo-instructions: data pseudo-instructions, list pseudo-instructions, control pseudo-instructions, and macro assembly instructions. Now, we will explain the commonly used pseudo-instructions in the first two categories, and the latter two categories of pseudo-instructions will be explained when they appear in specific programs. (1) ORG storage unit starting address Format: