what are macrosmacro is a group of instruction


What are Macros?

Macro is a group of instruction. The macro assembler makes the code in the program each time where the macro is called. Macros are described by MACRO & ENDM directives. Creating macro is similar to creating new opcodes  that can be used in the program

INIT MACRO

MOV AX, data

MOV DS

MOV ES, AX

ENDM

 

Request for Solution File

Ask an Expert for Answer!!
Electrical Engineering: what are macrosmacro is a group of instruction
Reference No:- TGS0291382

Expected delivery within 24 Hours