1327e51cbSPeter Avalos 2327e51cbSPeter Avalos#------------------------------------------------------------------------------ 3*614728caSSascha Wildner# $File: blit,v 1.9 2021/07/03 14:01:46 christos Exp $ 4327e51cbSPeter Avalos# blit: file(1) magic for 68K Blit stuff as seen from 680x0 machine 5327e51cbSPeter Avalos# 6327e51cbSPeter Avalos# Note that this 0407 conflicts with several other a.out formats... 7327e51cbSPeter Avalos# 8327e51cbSPeter Avalos# XXX - should this be redone with "be" and "le", so that it works on 9327e51cbSPeter Avalos# little-endian machines as well? If so, what's the deal with 10327e51cbSPeter Avalos# "VAX-order" and "VAX-order2"? 11327e51cbSPeter Avalos# 12327e51cbSPeter Avalos#0 long 0407 68K Blit (standalone) executable 13327e51cbSPeter Avalos#0 short 0407 VAX-order2 68K Blit (standalone) executable 14327e51cbSPeter Avalos0 short 03401 VAX-order 68K Blit (standalone) executable 15327e51cbSPeter Avalos0 long 0406 68k Blit mpx/mux executable 16327e51cbSPeter Avalos0 short 0406 VAX-order2 68k Blit mpx/mux executable 17*614728caSSascha Wildner# GRR: line below is too general as it matches also TTComp archive, ASCII, 4K handled by ./archive 18327e51cbSPeter Avalos0 short 03001 VAX-order 68k Blit mpx/mux executable 19*614728caSSascha Wildner# TODO: 20*614728caSSascha Wildner# skip TTComp archive, ASCII, 4K by looking for executable keyword like main 21*614728caSSascha Wildner#>0 search/5536 main\0 VAX-order 68k Blit mpx/mux executable 22327e51cbSPeter Avalos# Need more values for WE32 DMD executables. 23327e51cbSPeter Avalos# Note that 0520 is the same as COFF 24327e51cbSPeter Avalos#0 short 0520 tty630 layers executable 25