English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General

 
 
Thread Tools
Old 11 December 2023, 18:32   #1
fuzzylogic
Registered User
 
Join Date: Jan 2010
Location: Germany
Posts: 67
Best tool for disassembling Amiga m68k on Windows/Linux

Hi guys,

what is the best m68k Amiga disassembler right now? I tried radare2 and ghidra but somehow they do not use "motorola syntax", e.g. they do move.l #0x1234,d0 instead of move.l #$1234,d0 and a lot more annoying ("Amiga uncommon") formatting / output.

Is there something like ReSource on Amiga for example?

tia
fuzzylogic is offline  
Old 11 December 2023, 19:04   #2
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
I keep coming back to ReSource all the time. When I'm on a Windows machine, I'm simply using it in WinUAE.
StingRay is offline  
Old 11 December 2023, 19:40   #3
copse
Registered User
 
Join Date: Jul 2009
Location: Lala Land
Posts: 583
I have moved to Ghidra from Resource. I use this in combination with the WinUAE debugger to get more insight into the code while running. The code syntax is different, but I figure only one person has to write a post-processor to convert it to what vasm might accept for instance.. and I don't see it being onerous if I do it when I need to.
copse is offline  
Old 11 December 2023, 19:57   #4
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,335
you need mit2mot like tools
jotd is offline  
Old 12 December 2023, 01:42   #5
copse
Registered User
 
Join Date: Jul 2009
Location: Lala Land
Posts: 583
Yeah, I see mit2mot does regular expressions. That's pretty much what I was expecting to have to write and to be enough to do the bulk of the work.
copse is offline  
Old 12 December 2023, 07:22   #6
fuzzylogic
Registered User
 
Join Date: Jan 2010
Location: Germany
Posts: 67
Thanks guys for your suggestions and input. As I thought.. I was afraid that there is nothing good. I used *cough* IDA Pro for a while it was the best of all I tried.

Seems that ReSource on the Amiga is simply state of the art for Amiga stuff and when you want to have the source in a textfile.

I will take a look at mit2mot. This sounds like at least a workaround.
fuzzylogic is offline  
Old 12 December 2023, 07:41   #7
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,335
you may want to try my python version

https://github.com/jotd666/amiga68kt...ols/mit2mot.py
jotd is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
2022 m68k-linux installation Yagi Uda support.Other 8 31 December 2022 23:55
Linux Debian 10 m68k Fs-Uae frakswe support.FS-UAE 5 06 May 2021 20:19
trying to make m68k-amigaos-gdb on windows jotd Coders. C/C++ 12 30 December 2020 06:09
Mounting Amiga HD in linux or windows Zedrick support.Hardware 7 01 April 2017 13:43
Amiga, Linux & Windows blade002 Amiga scene 121 25 October 2007 08:45

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 15:58.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.06964 seconds with 15 queries