To build a macro processor in C
Budget: ₹600 – ₹1,500 INR
Write a macro processor for a hypothetical controller. Assume max 4 parameters can be passed. The formal parameters will be prefixed with #. Do not allow nesting of macro. Create the relevant data structures required for the macro processor.
Demonstration of the project : Write a small assembly program with one or two macro definitions. Use those macros in the program with parameters passing. Pass this assembly code through your macro processor and show generated assembly code.
Demonstration of the project : Write a small assembly program with one or two macro definitions. Use those macros in the program with parameters passing. Pass this assembly code through your macro processor and show generated assembly code.