Write a C program to create a simulator . simulator takes an assembly program as input, then simulates its execution, and finally prints the content of registers and the main memory to the screen.

computer science

Description

Write a C program to create a simulator .  simulator   takes an assembly program as input, then simulates its execution, and finally prints the content of registers and the main memory to the screen.


Related Questions in computer science category