Question: have a simple one-pass macro processor like the upose thed in Section 4.1. Now you want to add a built-in func %SIZEOF to the macro
have a simple one-pass macro processor like the upose thed in Section 4.1. Now you want to add a built-in func %SIZEOF to the macro processor. This function can be arameters, and returns the number of bytes occu- dd by the corresonding argument. Consider, for exampl following program: START0 MACRO &FROM,&TO MOVE LENGTH SET IF LDCH STCH %SIZEOF ( &FROM) (&LENGTH EQ 1) &FROM &TO IDX #&LENGTH LDS LDT #TO JSUB MOVERTN ENDIF MEND #FROM FIRSTMOVEA, B C,D MOVE RESB1 RESB1 RESB 500 RESB500 END hrstinvocation of MOVE, %SZEOF(A) returns 1; in the sec- hus the macro invocations would be OF(C) returns 500. T expanded as follows
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
