[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help finding info on Apple 2 executables
- Subject: Re: Help finding info on Apple 2 executables
- From: philip@io.bocaraton.ibm.com (Philip Stephens)
- Date: 1996/08/23
- Distribution: world
- Newsgroups: comp.sys.apple2
- Organization: IBM Boca Raton
- References: <4vkp0l$ph7@news.aros.net>
Lawrence Gold writes:
> Could someone on here please direct me to a file describing the layout of
> an Apple 2 executable file?
Which version of DOS are you refering to here? DOS 3.3 executable files
(known as binary files) had a very simple file layout: the first two bytes
were the load address, the next two bytes were the length of the binary
image, and the remainder of the file was the image itself.
I can't remember offhand how executable images under ProDOS and GS/OS
were formatted (the latter are probably fairly complex, since they hold
relocating info as well as the binary image).