Computer Science, asked by renjini2203, 3 months ago

write assembler directives used in the program​

Answers

Answered by singhmahima262
1

Answer:

Directives are instructions used by the assembler to help automate the assembly process and to improve program readability. Examples of common assembler directives are ORG (origin), EQU (equate), and DS. B (define space for a byte).

Explanation:

Hope it's help you !!

Answered by Anuragchoudhary05
0

Answer:

Directives are instructions used by the assembler to help automate the assembly process and to improve program readability. Examples of common assembler directives are ORG (origin), EQU (equate), and DS. B (define space for a byte).

Similar questions