Page 1 of 1
objdump
Posted: June 28th, 2019, 5:57 am
by paulm
I've been setting up a compiler explorer instance for PSYQ. However to get it fully working I need objdump to work.
Of course PSYQ hasn't got an objdump so does anyone know of a tool that would produce similar output? Or maybe PSYQ comes with another tool that is similar?
Re: objdump
Posted: June 28th, 2019, 7:45 am
by Administrator
Psy-Q does have an object dumper. It's called "DUMPOBJ.EXE".
Code: Select all
C:\psyq\bin>DUMPOBJ.EXE
dumpobj : usage : dumpobj object_file [/c]
Version : 2.00
where :
object_file is the name of the object file to dump
/c is a switch to enable listing of code in dump
Re: objdump
Posted: June 28th, 2019, 9:54 am
by paulm
Would there happen to be any 32bit versions of these? Seems the only ones I can find are 16bit apps
Re: objdump
Posted: June 28th, 2019, 1:11 pm
by Administrator
There isn't a 32-bit version, but if you use DOSBox you'll be able to get it working.
As for making your own you can use this as a reference
http://www.psxdev.net/forum/viewtopic.php?f=62&t=1582