Which of the following statements are correct? 1. Pseudo instruction is a machine instruction. 2. A pseudo instruction is an instruction to the assembler. 3. The ORG (origin) is an example of pseudo instruction. 4. It is not possible to use ORG more than once in a program. Select the correct answer using the code given below.
Which of the following statements are correct? 1. Pseudo instruction is a machine instruction. 2. A pseudo instruction is an instruction to the assembler. 3. The ORG (origin) is an example of pseudo instruction. 4. It is not possible to use ORG more than once in a program. Select the correct answer using the code given below. Correct Answer 2 and 3
Pseudo-instructions:
- These are simple assembly language instructions that do not have a direct machine language equivalent.
- The assembler translates each pseudo-instruction into one or more machine language instructions.
- Example: the origin, ORG is a Pseudo instruction that tells the assembler, the location in memory for which the next instruction or data byte should be assembled.
- Format: ORG expression: expression evaluates a 16-bit address.
- When there is more than one origin, assembler directive assembly of each group of instructions starts at the location specified by the origin directive assembler that precedes it.
মোঃ আরিফুল ইসলাম
Feb 20, 2025