Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hey guys..
How are you...
Well i m just wanted to know about How to create a simulater in vb.net.. I knw The scope but i dont knw how to implement and coding in vb.net.. So Please any one can replyed i will kindly thnkfull !!

kinds regardss !!~~
Posted

1 solution

The first thing you need to do is decide how accurate you are going to make the simulation:
Is this going to execute 8085 instructions, or simulate it down to the timings? the former is the easy one - teh later requires quite a bit more work!

Assuming the former, you will need:
1) Emulations of the 8085 register set.
2) Emulation of the execution engine.
3) External support to emulate the memory, interupt system and to read / load to PC disk.

Start reading up on the 8085 (Wiki is a good start) and the 8080 (the execution engine is binary compatible)
 
Share this answer
 
Comments
Wendelius 4-Sep-11 5:50am    
Good answer, my 5
Mehdi Gholam 4-Sep-11 15:01pm    
Couldn't have said it better.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900