| 1234567891011121314151617181920212223 | 
							
- #------------------------------------------------------------------------
 
- # $File: sharc,v 1.6 2009/09/19 16:28:12 christos Exp $
 
- # file(1) magic for sharc files
 
- #
 
- # SHARC DSP, MIDI SysEx and RiscOS filetype definitions added by 
 
- # FutureGroove Music (dsp@futuregroove.de)
 
- #------------------------------------------------------------------------
 
- #0	string			Draw		RiscOS Drawfile
 
- #0	string			PACK		RiscOS PackdDir archive
 
- #------------------------------------------------------------------------
 
- # SHARC DSP stuff (based on the FGM SHARC DSP SDK)
 
- #0	string			=!		Assembler source
 
- #0	string			Analog		ADi asm listing file
 
- 0	string			.SYSTEM		SHARC architecture file
 
- 0	string			.system		SHARC architecture file
 
- 0	leshort			0x521C		SHARC COFF binary
 
- >2	leshort			>1		, %hd sections
 
- >>12	lelong			>0		, not stripped
 
 
  |