/Linker-Loader-Assembler

This Python script handles the Absolute-Loader and the Linker-Loader that produced by the assembler and compiler "in real" with a GUI table representing it in a shape of memory.

Primary LanguagePython

Linker and Loader

The SIC/XE Object Program Loader is a Python utility that loads a SIC or SIC/XE object program into a memory table using the Pandas and Tabloo libraries. This project aims to provide a user-friendly way to visualize and interact with the memory content of SIC/XE object programs.

Features

  1. Object Program Loading: Load a SIC or SIC/XE object program into a memory table.
  2. Memory Table Display: View the memory content in a table using the Tabloo library.

Object Program Format

This loader supports loading SIC or SIC/XE object programs in the standard format. Ensure your object program follows the specified format for successful loading.

Dependencies

  • Python 3.7
  • Pandas
  • Tabloo