Amiga.org

Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: odaman on January 22, 2006, 02:04:27 AM

Title: dev/debug/SIM-1.72.lha
Post by: odaman on January 22, 2006, 02:04:27 AM
I usually programming on an Amiga in assembler(hardware banging), and I have been used a very useful debugger, SIM. (dev/debug/SIM-1.72.lha)

This helps me a lot in debugging, this is very useful.
But unfortunately this only supports MC68000, so it can't display MC68020 code.
(for example,
  move.l ([VectorBase,a4], $6c),(savelev3,a0)  )

Does anyone know there is MC68020 version or not?
Title: Re: dev/debug/SIM-1.72.lha
Post by: Piru on January 22, 2006, 04:03:08 AM
Not knowing what features SIM has, I really don't know how well COP (http://www.aminet.net/package.php?package=dev/debug/COP.lha) compares. At least COP does 68000-68060.

COP proved quite useful for me. Worth taking a look at least.
Title: Re: dev/debug/SIM-1.72.lha
Post by: odaman on January 22, 2006, 12:43:04 PM
Thank you for your reply, Piru.
Okay, I'll try to use dev/debug/COP.lha soon...