From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jim Watters" Subject: RE: M68060 assembly debugger Date: Fri, 18 Oct 2002 11:50:52 -0400 Sender: linux-assembly-owner@vger.kernel.org Message-ID: <001b01c276be$27fd4a10$7fea2041@quantumsor6fwz> References: <3DAE56BE00003456@mail-8.tiscalinet.it> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <3DAE56BE00003456@mail-8.tiscalinet.it> List-Id: Content-Type: text/plain; charset="us-ascii" To: elio.occhipinti@tiscali.it, linux-assembly@vger.kernel.org I am in no way an expert on the M68060 and this may be of no use to you, but there are emulators available for the M68040, M68020 and M68000 (no 68060 emulators exist to my knowledge)that run on various OS platforms. You would need to find a debugger for either the Amiga or Macintosh platform. And MMU support is lacking (UAE) or non-existant (Basilisk II). UAE: http://www.freiburg.linux.de/~uae/ Basilisk II: http://www.uni-mainz.de/~bauec002/B2Main.html Jim Watters -----Original Message----- From: elio.occhipinti@tiscali.it I am a student,I really need help!!! I need a debugger,able to debug an assembly code written for M68060.Since I don't have phisically this kind of processor and I haven't find any M68060 simulator(only 68000 simulator),I want only to know whether the assembly code that I wrote (following the Motorola syntax)is correct. How can I do? Thank you.