4447 views|0 replies

1379

Posts

0

Resources
The OP
 

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:
This post is from Microchip MCU
 

Guess Your Favourite
Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list