Skip to main content
important update. this info is in the directory/catalog - not in the first bytes of the file itself
Source Link
hippietrail
  • 8.2k
  • 2
  • 28
  • 79

UPDATE: It turns out that this metadata is stored in the directory structure of the files, not as a header in the first bytes of the files' data: Apple II Binary File Format

UPDATE: It turns out that this metadata is stored in the directory structure of the files, not as a header in the first bytes of the files' data: Apple II Binary File Format

removed follow-up questions
Source Link
hippietrail
  • 8.2k
  • 2
  • 28
  • 79

Thanks to the information in the other answers which are more about Apple DOS, I was able to find some(some of?) the information for ProDOS which differs, though I still have some questions.

I wonderI'm not sure if this applies only/both to $06 General binary file and $FC Applesoft program file?. The types are probably somewhat like a suggestion and might behave the same.

But then there's $FE Relocatable code file (EDASM), which will surely have a more complicated file format for the reloc info. I wonder if these are also run just with BRUN or if theyThey require a special loader that maybe comes with EDASM that does the relocating before jumping to the code?

UPDATE:

Yes, the relocatable files requires the special tools RBOOT and RLOAD.

Thanks to the information in the other answers which are more about Apple DOS, I was able to find some of the information for ProDOS which differs, though I still have some questions.

I wonder if this applies only/both to $06 General binary file and $FC Applesoft program file? The types are probably somewhat like a suggestion and might behave the same.

But then there's $FE Relocatable code file (EDASM), which will surely have a more complicated file format for the reloc info. I wonder if these are also run just with BRUN or if they require a special loader that maybe comes with EDASM that does the relocating before jumping to the code?

UPDATE:

Yes, the relocatable files requires the special tools RBOOT and RLOAD.

Thanks to the information in the other answers which are more about Apple DOS, I was able to find (some of?) the information for ProDOS which differs.

I'm not sure if this applies only/both to $06 General binary file and $FC Applesoft program file. The types are probably somewhat like a suggestion and might behave the same.

But then there's $FE Relocatable code file (EDASM), which will surely have a more complicated file format for the reloc info. They require the special tools RBOOT and RLOAD.

Update: RBOOT and RLOAD
Source Link
hippietrail
  • 8.2k
  • 2
  • 28
  • 79

UPDATE:

Yes, the relocatable files requires the special tools RBOOT and RLOAD.

UPDATE:

Yes, the relocatable files requires the special tools RBOOT and RLOAD.

Source Link
hippietrail
  • 8.2k
  • 2
  • 28
  • 79
Loading