Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 927 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 927 Bytes

Assembler & Simulator (Python)

Overview

The Assembler & Simulator is a Python-based tool designed to simplify the process of working with assembly language. It takes assembly code as input, checks for errors, generates corresponding object code, and simulates the execution of the code, providing real-time updates on register values and computer memory states.

Features

  • Assembly Code Input: Accepts standard assembly code as input.
  • Error Checking: Identifies and reports errors in the input assembly code.
  • Object Code Generation: Converts assembly code into corresponding object code.
  • Execution Simulation: Simulates the execution of the object code.
  • Real-time Updates: Displays the current values of registers and the state of computer memory during simulation.

Contact

If you have any questions or suggestions, please feel free to contact me at [atyantsony2020@gmail.com].