Wednesday, October 31, 2007

80386 ,8086,80286 architecture & manual

For downloading 80386 reference manual along with datasheet click
here
there is a lot more to understand other than a manual
here is another site for the 80386 programming manual

Here is another link for the advanced microprocessors which make clear the architecture and programming things more.The site deals with all the x86 series processors.

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