Amiga.org

Operating System Specific Discussions => Amiga OS => Amiga OS -- Development => Topic started by: Jose on January 30, 2004, 04:26:24 AM

Title: Object code and Hunk format, would like to know some info...
Post by: Jose on January 30, 2004, 04:26:24 AM
I know the Amiga Guru Book has it but try to get your hand's on one....
Not that it's necessary but I would like to have an idea of the formats of Amiga object code, inluding hunk format.
Any advices?
Title: Re: Object code and Hunk format, would like to know some info...
Post by: itix on January 30, 2004, 09:57:13 AM
HunkGuide.readme (http://ftp.uni-paderborn.de/aminet/aminet/dev/misc/HunkGuide.readme)
Title: Re: Object code and Hunk format, would like to know some info...
Post by: Piru on January 30, 2004, 10:40:14 AM
And to go with HunkGuide:

HunkFunc.readme (http://www.aminet.net/dev/moni/HunkFunc.readme) - example on how to parse executables in C
Overlay.readme (http://www.aminet.net/docs/misc/Overlay.readme) - documentation about overlay executables (advanced topic)
Title: Re: Object code and Hunk format, would like to know some info...
Post by: Jose on January 30, 2004, 06:25:23 PM
Thanks