xref: /freebsd/contrib/file/magic/Magdir/zilog (revision b6cee71d)
1*b6cee71dSXin LI
2*b6cee71dSXin LI#------------------------------------------------------------------------------
3*b6cee71dSXin LI# $File: zilog,v 1.7 2009/09/19 16:28:13 christos Exp $
4*b6cee71dSXin LI# zilog:  file(1) magic for Zilog Z8000.
5*b6cee71dSXin LI#
6*b6cee71dSXin LI# Was it big-endian or little-endian?  My Product Specification doesn't
7*b6cee71dSXin LI# say.
8*b6cee71dSXin LI#
9*b6cee71dSXin LI0	long		0xe807		object file (z8000 a.out)
10*b6cee71dSXin LI0	long		0xe808		pure object file (z8000 a.out)
11*b6cee71dSXin LI0	long		0xe809		separate object file (z8000 a.out)
12*b6cee71dSXin LI0	long		0xe805		overlay object file (z8000 a.out)
13