motorola 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. #------------------------------------------------------------------------------
  2. # motorola: file(1) magic for Motorola 68K and 88K binaries
  3. #
  4. # 68K
  5. #
  6. 0 beshort 0520 mc68k COFF
  7. >18 beshort ^00000020 object
  8. >18 beshort &00000020 executable
  9. >12 belong >0 not stripped
  10. >168 string .lowmem Apple toolbox
  11. >20 beshort 0407 (impure)
  12. >20 beshort 0410 (pure)
  13. >20 beshort 0413 (demand paged)
  14. >20 beshort 0421 (standalone)
  15. 0 beshort 0521 mc68k executable (shared)
  16. >12 belong >0 not stripped
  17. 0 beshort 0522 mc68k executable (shared demand paged)
  18. >12 belong >0 not stripped
  19. #
  20. # Motorola/UniSoft 68K Binary Compatibility Standard (BCS)
  21. #
  22. 0 beshort 0554 68K BCS executable
  23. #
  24. # 88K
  25. #
  26. # Motorola/88Open BCS
  27. #
  28. 0 beshort 0555 88K BCS executable
  29. #
  30. # Motorola S-Records, from Gerd Truschinski <gt@freebsd.first.gmd.de>
  31. 0 string S0 Motorola S-Record; binary data in text format
  32. # ATARI ST relocatable PRG
  33. #
  34. # from Oskar Schirmer <schirmer@scara.com> Feb 3, 2001
  35. # (according to Roland Waldi, Oct 21, 1987)
  36. # besides the magic 0x601a, the text segment size is checked to be
  37. # not larger than 1 MB (which is a lot on ST).
  38. # The additional 0x601b distinction I took from Doug Lee's magic.
  39. 0 belong&0xFFFFFFF0 0x601A0000 Atari ST M68K contiguous executable
  40. >2 belong x (txt=%ld,
  41. >6 belong x dat=%ld,
  42. >10 belong x bss=%ld,
  43. >14 belong x sym=%ld)
  44. 0 belong&0xFFFFFFF0 0x601B0000 Atari ST M68K non-contig executable
  45. >2 belong x (txt=%ld,
  46. >6 belong x dat=%ld,
  47. >10 belong x bss=%ld,
  48. >14 belong x sym=%ld)
  49. # Atari ST/TT... program format (sent by Wolfram Kleff <kleff@cs.uni-bonn.de>)
  50. 0 beshort 0x601A Atari 68xxx executable,
  51. >2 belong x text len %lu,
  52. >6 belong x data len %lu,
  53. >10 belong x BSS len %lu,
  54. >14 belong x symboltab len %lu,
  55. >18 belong 0
  56. >22 belong &0x01 fastload flag,
  57. >22 belong &0x02 may be loaded to alternate RAM,
  58. >22 belong &0x04 malloc may be from alternate RAM,
  59. >22 belong x flags: 0x%lX,
  60. >26 beshort 0 no relocation tab
  61. >26 beshort !0 + relocation tab
  62. >30 string SFX [Self-Extracting LZH SFX archive]
  63. >38 string SFX [Self-Extracting LZH SFX archive]
  64. >44 string ZIP! [Self-Extracting ZIP SFX archive]
  65. 0 beshort 0x0064 Atari 68xxx CPX file
  66. >8 beshort x (version %04lx)