An Emulator: A Conceptual Solution for Increasing Efficiency in 8085 Microprocessor
Abstract
The development of Emulator of 8085 Microprocessor for providing the same output results as the actual microprocessor for the convenience of college students. An emulator can be defined as any device or software program that behaves like another system. The software has been written in Linux based GCC compiler in C++ programming language. The emulator takes the input from a text file which consist of 8085 Microprocessor’s predefined instruction set on each and every instruction it modifies the value of registers and flags as the actual microprocessor does. The results show that it is user-friendly and very much efficient in use.