Welcome, Guest. Please login or register.

Author Topic: dev/debug/SIM-1.72.lha  (Read 937 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline odamanTopic starter

  • Newbie
  • *
  • Join Date: Jan 2006
  • Posts: 6
    • Show only replies by odaman
dev/debug/SIM-1.72.lha
« 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?
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: dev/debug/SIM-1.72.lha
« Reply #1 on: January 22, 2006, 04:03:08 AM »
Not knowing what features SIM has, I really don't know how well COP compares. At least COP does 68000-68060.

COP proved quite useful for me. Worth taking a look at least.
 

Offline odamanTopic starter

  • Newbie
  • *
  • Join Date: Jan 2006
  • Posts: 6
    • Show only replies by odaman
Re: dev/debug/SIM-1.72.lha
« Reply #2 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...