TOMASULO Algorithm Simulation Instruction file format : test.txt <No of Instruction> <No of simulation cycles> <Inst 1> <Inst 2> . . . <Inst n> R0 R1 R2 R3 R4 R5 R6 R7 Compiling : g++ tom.cpp -o tom Execution : ./tom test.txt