Computer Science, asked by rujal2564, 10 months ago

Assembler directives in system software

Answers

Answered by Anonymous
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