Thursday, October 18, 2007

8085 REAL TIME SIMULATOR

I have developed an 8085 simulator with real time computation , using the great C language .Some of the improvements of the simulator is that it enhances the stored program on the hard disk to be
loaded into the virtual 8085 environment and it also helps us to save the data(8 bit) as well as the code (8bit) for later use .Many of the present day simulators doesn't have these capabilities of save and load concept!


Bloodshed Dev-C++ is a full-featured Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as its compiler. It creates native Win32 executables, either console or GUI.
Dev-C++ is Free Software (also referred as Open Source), and is written in Delphi.To download the software either click on the image above or gotodevcpp
The simulator can be downloaded from the side bar.
pls comment abt the good and bad things abt the simulator so that i can improve that

No comments: