Tag Archives: C
Implementing Macro Processor in C
Here is implementation of Macro processor in C. Here you will need to provide Assembly program containing Macro as input in MACIN.TXT. The result will be stored in MACOUT.TXT.
Implementing Multi-pass Assembler in C
Here is implementation of multi-pass assembler in C. You have to provide Assembly Language Program, MOT table and POT table as input.