There are 1 repository under object-code topic.
Implementation of Linking Loader Algorithm using CPP.
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.
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.