Computer Science, asked by souravlx1998, 7 months ago

What is the difference between machine instruction and pseudo instruction (directive ) in

assembly language programming ?​

Answers

Answered by shashu2004
0

Answer:

EQU assignment the memory address to the symbol. The instructions on the other hand are given for the processor. ... These are translated by the assembler for the processor. The instructions are executed at run time whereas the directives are used by the assembler at the time of the code assembly.

Explanation:

mark me as brainlest answer

Answered by MoonxDust
1

EQU assignment the memory address to the symbol. The instructions on the other hand are given for the processor. ... These are translated by the assembler for the processor. The instructions are executed at run time whereas the directives are used by the assembler at the time of the code assembly.

Similar questions