1b6cee71dSXin LI 2b6cee71dSXin LI#------------------------------------------------------------------------------ 3*43a5ec4eSXin LI# $File: blit,v 1.9 2021/07/03 14:01:46 christos Exp $ 4b6cee71dSXin LI# blit: file(1) magic for 68K Blit stuff as seen from 680x0 machine 5b6cee71dSXin LI# 6b6cee71dSXin LI# Note that this 0407 conflicts with several other a.out formats... 7b6cee71dSXin LI# 8b6cee71dSXin LI# XXX - should this be redone with "be" and "le", so that it works on 9b6cee71dSXin LI# little-endian machines as well? If so, what's the deal with 10b6cee71dSXin LI# "VAX-order" and "VAX-order2"? 11b6cee71dSXin LI# 12b6cee71dSXin LI#0 long 0407 68K Blit (standalone) executable 13b6cee71dSXin LI#0 short 0407 VAX-order2 68K Blit (standalone) executable 14b6cee71dSXin LI0 short 03401 VAX-order 68K Blit (standalone) executable 15b6cee71dSXin LI0 long 0406 68k Blit mpx/mux executable 16b6cee71dSXin LI0 short 0406 VAX-order2 68k Blit mpx/mux executable 17*43a5ec4eSXin LI# GRR: line below is too general as it matches also TTComp archive, ASCII, 4K handled by ./archive 18b6cee71dSXin LI0 short 03001 VAX-order 68k Blit mpx/mux executable 19*43a5ec4eSXin LI# TODO: 20*43a5ec4eSXin LI# skip TTComp archive, ASCII, 4K by looking for executable keyword like main 21*43a5ec4eSXin LI#>0 search/5536 main\0 VAX-order 68k Blit mpx/mux executable 22b6cee71dSXin LI# Need more values for WE32 DMD executables. 23b6cee71dSXin LI# Note that 0520 is the same as COFF 24b6cee71dSXin LI#0 short 0520 tty630 layers executable 25