System Software Unit 6: Macro Processor Book: System Software, 3 Edition, Pearson Education by Leland L. Beck & Dhanabalachandran Manjula
System Software Unit 6: Macro Processor Book: System Software, 3 Edition, Pearson Education by Leland L. Beck & Dhanabalachandran Manjula
1) Define
i) Macro or Macro instruction.
ii) Prototype of a macro.
iii) Macro invocation or Macro call.
iv) Parameters.
v) Arguments.
vi) Expanding of a macro.
Identify the above in the piece of SIC/XE code below:
COPY START 0
RDBUFF MACRO &INDEV, &BUFADR, &RECLTH
CLEAR X
CLEAR A
CLEAR S
.
.
.
STX &RECLTH
MEND
.
. MAIN PROGRAM