1284194Sdelphij
2284194Sdelphij#------------------------------------------------------------------------------
3284194Sdelphij# $File: blit,v 1.8 2009/09/19 16:28:08 christos Exp $
4284194Sdelphij# blit:  file(1) magic for 68K Blit stuff as seen from 680x0 machine
5284194Sdelphij#
6284194Sdelphij# Note that this 0407 conflicts with several other a.out formats...
7284194Sdelphij#
8284194Sdelphij# XXX - should this be redone with "be" and "le", so that it works on
9284194Sdelphij# little-endian machines as well?  If so, what's the deal with
10284194Sdelphij# "VAX-order" and "VAX-order2"?
11284194Sdelphij#
12284194Sdelphij#0	long		0407		68K Blit (standalone) executable
13284194Sdelphij#0	short		0407		VAX-order2 68K Blit (standalone) executable
14284194Sdelphij0	short		03401		VAX-order 68K Blit (standalone) executable
15284194Sdelphij0	long		0406		68k Blit mpx/mux executable
16284194Sdelphij0	short		0406		VAX-order2 68k Blit mpx/mux executable
17284194Sdelphij0	short		03001		VAX-order 68k Blit mpx/mux executable
18284194Sdelphij# Need more values for WE32 DMD executables.
19284194Sdelphij# Note that 0520 is the same as COFF
20284194Sdelphij#0	short		0520		tty630 layers executable
21