Re: [fpc-pascal] Understanding the .bin format

2008-08-13 Thread Johann Glaser
Hi! > Does anyone have the specification for the .bin (binary) file type? No. Because there is no such ".bin format". File name extensions (e.g. ".bin") are NOT the file format[1] (e.g. JPEG image)! Unfortunately Windows strives to let people assume that, but it is wrong. The extension is an ar

Re: [fpc-pascal] Understanding the .bin format

2008-08-13 Thread Marco van de Voort
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