Monday, April 4, 2016

Microprocessor Simulators

Hello fellow engineers. This post would mainly describe various simulators for microprocessor and a brief tutorial on how to use them.
8085 and 8086

8085 and 8086 are widely studied microprocessors in academia, especially in Indian Engineering colleges. 8085 gained very high popularity when it was launched and is still being used in some industries that are reluctant to change.
Some students might not get enough exposure to 8085/6 kits that we study in our college. Or some may want to learn the insights of the microprocessor in more detail, for such students simulators can be very beneficial.


You can download 8085 simulator from:

codeplex or My google drive(in case the CodePlex link gets changed or removed)

Install the application and open it. You will get a window like this:


Write down your code in the editor. I have written a simple addition program:

    mvi a,5
    add a
    stay:jmp stay






No comments:

Post a Comment