| Author |
Message |
Guest
|
Posted:
Wed Nov 30, 2005 9:15 am Post subject:
Instruction Set Simulator Book/Links |
|
|
Hello All,
Can anyone please let me know some good books or links where i can find
enoughinformation on Instruction Set Simulators.I want to know how
simulator works internally.
Also, i have heard that LISA is used to build simulators. So, is there
any documnet where i can find information related to this.
Regards,
Sapan |
|
| Back to top |
|
 |
Guest
|
Posted:
Wed Nov 30, 2005 5:15 pm Post subject:
Re: Instruction Set Simulator Book/Links |
|
|
sapan.agarwal@gmail.com wrote:
| Quote: | Hello All,
Can anyone please let me know some good books or links where i can find
enoughinformation on Instruction Set Simulators.I want to know how
simulator works internally.
Also, i have heard that LISA is used to build simulators. So, is there
any documnet where i can find information related to this.
Regards,
Sapan
|
The task can range from relatively simple to very complex.
To judge the level of complexity you need to define:
1) From what simulated processor to what output?
2) In what format is the input, machine or assembly language?
3) Are you reverse engineering existing code, looking for a tool
to use for development or just trying to get an answer to a
homework assignment?
Regards,
Ken Asbury |
|
| Back to top |
|
 |
Charles Marslett
Guest
|
Posted:
Thu Dec 01, 2005 1:15 am Post subject:
Re: Instruction Set Simulator Book/Links |
|
|
On 30 Nov 2005 07:03:54 -0800, avoidingspam2001@yahoo.com wrote:
| Quote: | sapan.agarwal@gmail.com wrote:
Hello All,
Can anyone please let me know some good books or links where i can find
enoughinformation on Instruction Set Simulators.I want to know how
simulator works internally.
Also, i have heard that LISA is used to build simulators. So, is there
any documnet where i can find information related to this.
Regards,
Sapan
The task can range from relatively simple to very complex.
To judge the level of complexity you need to define:
1) From what simulated processor to what output?
2) In what format is the input, machine or assembly language?
3) Are you reverse engineering existing code, looking for a tool
to use for development or just trying to get an answer to a
homework assignment?
Regards,
Ken Asbury
|
And don't forget
4) Are you interested in hardware-like simulation?
Or just software (code)?
and
5) Is this for early testing of a new product or
is it intended to run lots of software (perhaps
for an old processor no longer manufactured)?
--Charles |
|
| Back to top |
|
 |
kavi
Joined: 27 Jan 2005
Posts: 14
Location: Planet Earth
|
Posted:
Thu Dec 01, 2005 1:59 am Post subject:
|
|
|
LISA information:
http://www.coware.com
and papers by the members of the ISS group at Aachen _________________ -kavi a.k.a. "Uncle Noah" |
|
| Back to top |
|
 |
Ken Asbury
Guest
|
Posted:
Thu Dec 01, 2005 5:15 pm Post subject:
Re: Instruction Set Simulator Book/Links |
|
|
Charles Marslett wrote:
| Quote: | On 30 Nov 2005 07:03:54 -0800, avoidingspam2001@yahoo.com wrote:
sapan.agarwal@gmail.com wrote:
Hello All,
Can anyone please let me know some good books or links where i can find
enoughinformation on Instruction Set Simulators.I want to know how
simulator works internally.
Also, i have heard that LISA is used to build simulators. So, is there
any documnet where i can find information related to this.
Regards,
Sapan
The task can range from relatively simple to very complex.
To judge the level of complexity you need to define:
1) From what simulated processor to what output?
2) In what format is the input, machine or assembly language?
3) Are you reverse engineering existing code, looking for a tool
to use for development or just trying to get an answer to a
homework assignment?
Regards,
Ken Asbury
And don't forget
4) Are you interested in hardware-like simulation?
Or just software (code)?
and
5) Is this for early testing of a new product or
is it intended to run lots of software (perhaps
for an old processor no longer manufactured)?
--Charles
|
Good points, but given the lack of comprehension of the
nature of the problen exhibited by the OP, I'm guessing
student... and not one that I'd be eager to hire.
Ken |
|
| Back to top |
|
 |
Charles Marslett
Guest
|
Posted:
Sun Dec 04, 2005 9:15 am Post subject:
Re: Instruction Set Simulator Book/Links |
|
|
On 1 Dec 2005 06:33:45 -0800, "Ken Asbury"
<avoidingspam2001@yahoo.com> wrote:
| Quote: | Charles Marslett wrote:
On 30 Nov 2005 07:03:54 -0800, avoidingspam2001@yahoo.com wrote:
sapan.agarwal@gmail.com wrote:
Hello All,
Can anyone please let me know some good books or links where i can find
enoughinformation on Instruction Set Simulators.I want to know how
simulator works internally.
Also, i have heard that LISA is used to build simulators. So, is there
any documnet where i can find information related to this.
Regards,
Sapan
The task can range from relatively simple to very complex.
To judge the level of complexity you need to define:
1) From what simulated processor to what output?
2) In what format is the input, machine or assembly language?
3) Are you reverse engineering existing code, looking for a tool
to use for development or just trying to get an answer to a
homework assignment?
Regards,
Ken Asbury
And don't forget
4) Are you interested in hardware-like simulation?
Or just software (code)?
and
5) Is this for early testing of a new product or
is it intended to run lots of software (perhaps
for an old processor no longer manufactured)?
--Charles
Good points, but given the lack of comprehension of the
nature of the problen exhibited by the OP, I'm guessing
student... and not one that I'd be eager to hire.
Ken
|
Afraid you are right -- no clarification is almost always a giveaway
that the reply was not understood,....
--Charles |
|
| Back to top |
|
 |
|
|
|
|