Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.6 KB

File metadata and controls

32 lines (23 loc) · 1.6 KB

Assembler-with-python

A simple assembler that reads instructions from https://github.com/MoHussein197/Assembler-with-Python/raw/refs/heads/main/trashless/with-Assembler-Python-v3.2.zip, processes them, and writes the symbol table and machine code to https://github.com/MoHussein197/Assembler-with-Python/raw/refs/heads/main/trashless/with-Assembler-Python-v3.2.zip.

How to Use

  1. Clone or download this repository.
  2. Make sure you have Python 3 (or above) installed.
  3. Ensure your assembly instructions are placed in https://github.com/MoHussein197/Assembler-with-Python/raw/refs/heads/main/trashless/with-Assembler-Python-v3.2.zip.
  4. Run the assembler with:
    python https://github.com/MoHussein197/Assembler-with-Python/raw/refs/heads/main/trashless/with-Assembler-Python-v3.2.zip
    

The Assembler Will

  • Parse the assembly instructions.
  • Generate a symbol table.
  • Create machine code in binary.
  • Write the results to https://github.com/MoHussein197/Assembler-with-Python/raw/refs/heads/main/trashless/with-Assembler-Python-v3.2.zip.

Files


Happy assembling!