A macroprocessor scans files for certain keywords given by computer code that was written to find a specific keyword. Once the macroprocessor finds the keyword, it replaces it with the value given by the computer code. For example, if a computer code was written as: #define MAX_COMPUTERS 6 int computers; for (computers = 0; computer < MAX_COMPUTERS; computers ++) The macroprocessor would scan the file for the keyword "computers" and replace it with the macro definition, 6.
compiler linker loader macroprocessor assembler
compiler linker loader macroprocessor assembler
compiler linker loader macroprocessor assembler
compiler linker loader macroprocessor assembler
· Difference Between :- § micro processor is a integrated circuit on a chip while macro processor is a program, § macro processor is a software entity while micro processor is a hardware entity. § Macro processor reads all files and scans for certain keywords while microprocessor performs arithmetic and logic operations.