Implementation of Linking Loader Algorithm using CPP.
-
Updated
Dec 8, 2021 - C++
Implementation of Linking Loader Algorithm using CPP.
Developed a two-pass linking loader for the SIC/XE architecture that processes object code files, resolves external symbols, and generates an output file with the external symbol table and memory buffer table.
Developed a two-pass assembler for the SIC/XE architecture that processes assembly language programs, and generates a listing file with a symbol table and a corresponding object code file.
Add a description, image, and links to the object-code topic page so that developers can more easily learn about it.
To associate your repository with the object-code topic, visit your repo's landing page and select "manage topics."