- First run the Linking_Loader_PASS1.cpp file using the cmd -> g++ Linking_Loader_PASS1.cpp -o p1.exe
- Next run the cmd ./p1 in powershell windows.
- Or run the cmd p1.exe in cmd anyone should work fine.
- You can give your own objcode as input.
- Algorithm is followed from the text book.
- Objcode should be same as given in the directory with ^ symbol else you need to modify the code internally.
Get Algorithm here https://github.com/VittalAB/Linking-Loader-Algo-Implementation/wiki/Linking-Loader-Pass1-Algorithm.