Course Number : CS F363 Instructor : Vandana Agarwal
All files on this repository are for educational purpose with no intentions of promoting unfair means in any evaluative component.
In the Complete project directory, just type the following commandsmake
compiler name_of_file name_of_code_file
where "name_of_file" is the input test file (like "testcase1.txt") and name_of_code_file is the output file in which the asm code will be generated (like "code.asm")
The asm code is compatiable with NASM, version 2.0.1.
- You should have NASM, version 2.0.1 installed on your machine.
- You should have gcc, version 5.0 or above installed on your machine.