hitachi-sh 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #------------------------------------------------------------------------------
  2. # $File: hitachi-sh,v 1.11 2024/02/18 14:15:22 christos Exp $
  3. # hitach-sh: file(1) magic for Hitachi Super-H
  4. #
  5. # Super-H COFF
  6. #
  7. # updated by Joerg Jenderek at Oct 2015
  8. # https://en.wikipedia.org/wiki/COFF
  9. # https://de.wikipedia.org/wiki/Common_Object_File_Format
  10. # http://www.delorie.com/djgpp/doc/coff/filhdr.html
  11. # below test line conflicts with 2nd NTFS filesystem sector
  12. # 2nd NTFS filesystem sector often starts with 0x05004e00 for unicode string 5 NTLDR
  13. # and Portable Gaming Notation Compressed format (*.WID http://pgn.freeservers.com/)
  14. 0 beshort 0x0500
  15. # test for unused flag bits (0x8000,0x0800,0x0400,0x0200,x0080) in f_flags
  16. >18 ubeshort&0x8E80 0
  17. # use big endian variant of subroutine to display name+variables+flags
  18. # for common object formatted files
  19. >>0 use \^display-coff
  20. !:strength -10
  21. 0 leshort 0x0550
  22. # test for unused flag bits in f_flags
  23. >18 uleshort&0x8E80 0
  24. # use little endian variant of subroutine to
  25. # display name+variables+flags for common object formatted files
  26. >>0 use display-coff
  27. !:strength -10
  28. # Hitachi SH COFF object file
  29. 0 leshort 0x01a2
  30. >16 leshort 0
  31. >>0 use display-coff
  32. 0 leshort 0x01a3
  33. >16 leshort 0
  34. >>0 use display-coff
  35. 0 leshort 0x01a4
  36. >16 leshort 0
  37. >>0 use display-coff
  38. 0 leshort 0x01a6
  39. >16 leshort 0
  40. >>0 use display-coff
  41. 0 leshort 0x01a8
  42. >16 leshort 0
  43. >>0 use display-coff