[fpc-pascal] Understanding the .bin format

Marco van de Voort marcov at stack.nl
Wed Aug 13 20:30:01 CEST 2008


In our previous episode, SirStorm25 said:
> Does anyone have the specification for the .bin (binary) file type?

Depends. If you mean in an executable format, then it is usually already
relocated code, to be loaded on some OS dependant address.

Some variants also have hints for load address and/or entry point.

In the general case:  the file equivalent of "array of byte".



More information about the fpc-pascal mailing list