Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 351 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 351 Bytes

Assembler-and-Emulator

This project is implemented in C++, designed to simulate the assembly process and execution of programs. It features: - Two-pass Assembler: Converts assembly code into machine code by performing PASS_1 and PASS_2 operations. - Emulator: Executes the generated machine code, simulating the behavior of the target system.