write assembler directives used in the program
Answers
Answered by
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
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