Click to See Complete Forum and Search --> : Need help in writing code for elevator simulator


jamieazura
October 12th, 2006, 02:32 AM
I have many examples of writing code for elevator simulator in C language. But I need to create an elevator simulator in assembly language. Can anyone help me for some reference or guidance in building one. Please...

kumaresh_ana
October 12th, 2006, 02:49 AM
I have many examples of writing code for elevator simulator in C language. But I need to create an elevator simulator in assembly language. Can anyone help me for some reference or guidance in building one. Please...Refer the C sample you have. Translating the logic into assembly language will be trivial if you understand the logic behind the problem. Give it a try and come over here if you have any problem in proceeding further.

jamieazura
October 14th, 2006, 11:41 AM
I need to build a simple elevator simulator for 5 level building that can display the elevator status level and also the door condition (open or close) when reaching the requested level. How many submodules do i need to build? Can I build this simulator with only 3 submodules;prompt integer, the elevator process and Display level.I am just a beginner in assembly language.Plz help