Skip to content

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.

Notifications You must be signed in to change notification settings

Manshi332/Assembler-and-Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages