Hello world syntax problems

Ask anything your want about Megadrive/Genesis programming.

Moderator: BigEvilCorporation

Chilly Willy
Very interested
Posts: 2984
Joined: Fri Aug 17, 2007 9:33 pm

Post by Chilly Willy » Fri Jun 12, 2009 8:22 am

I use ReSource for the Amiga to disassemble anything 680x0. It's really a great disassembler. Of course, I run it under UAE these days instead of a real Amiga. :D

HardWareMan
Very interested
Posts: 745
Joined: Sat Dec 15, 2007 7:49 am
Location: Kazakhstan, Pavlodar

Post by HardWareMan » Fri Jun 12, 2009 9:02 am

Munkyears wrote:A disassembler? I hate using it, but they are quick and dirty although i can only find one that exports to an actual asm file and not to console screens.
Wrong. Just tool for convert binary data to it's ASM equivalent (dc.w xxxx).

TmEE co.(TM)
Very interested
Posts: 2442
Joined: Tue Dec 05, 2006 1:37 pm
Location: Estonia, Rapla City
Contact:

Post by TmEE co.(TM) » Fri Jun 12, 2009 9:13 am

Munkyears wrote:i can only find one that exports to an actual asm file and not to console screens.
I guess someone needs to type "> yourfile.asm" also at the command line and later on peek into yourfile.asm :)
Mida sa loed ? Nagunii aru ei saa ;)
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen

GManiac
Very interested
Posts: 92
Joined: Thu Jan 29, 2009 2:05 am
Location: Russia

Post by GManiac » Fri Jun 12, 2009 10:48 am

One year ago I wrote quick Sega disasm for Win32.
http://shedevr.org.ru/ghost/segadasm.rar
As for me, it's very useful ;)

mic_
Very interested
Posts: 265
Joined: Tue Aug 12, 2008 12:26 pm
Location: Sweden
Contact:

Post by mic_ » Fri Jun 12, 2009 3:32 pm

objdump -b binary -m m68k -D foo.bin > foo.s

Munkyears
Very interested
Posts: 54
Joined: Sat Mar 21, 2009 4:24 pm
Location: Sheffield, England

Post by Munkyears » Fri Jun 12, 2009 7:43 pm

Haha! never new that was available. is that for most disassemblers then? Thanks, will try it out xD
To be this good takes ages, To be this good takes Stef, Kanedafr, ChillyWilly & everyone who has helped me discover what hardwork is!

Dive into the SpritesMind! :)

TmEE co.(TM)
Very interested
Posts: 2442
Joined: Tue Dec 05, 2006 1:37 pm
Location: Estonia, Rapla City
Contact:

Post by TmEE co.(TM) » Sat Jun 13, 2009 5:41 am

that's with all DOS programs that use DOS ints to put stuff on screen.... the > will direct all those screen writes to a file.
Mida sa loed ? Nagunii aru ei saa ;)
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen

Post Reply