xref: /dragonfly/contrib/file/magic/Magdir/xo65 (revision 9ddb8543)
1
2#------------------------------------------------------------------------------
3# xo65 object files
4# From: "Ullrich von Bassewitz" <uz@cc65.org>
5#
60	string		\x55\x7A\x6E\x61	xo65 object,
7>4	leshort		x			version %d,
8>6	leshort&0x0001 =0x0001			with debug info
9>6	leshort&0x0001 =0x0000			no debug info
10
11# xo65 library files
120	string		\x6E\x61\x55\x7A	xo65 library,
13>4	leshort		x			version %d
14
15# o65 object files
160	string		\x01\x00\x6F\x36\x35	o65
17>6	leshort&0x1000	=0x0000			executable,
18>6	leshort&0x1000	=0x1000			object,
19>5	byte		x			version %d,
20>6	leshort&0x8000	=0x8000			65816,
21>6	leshort&0x8000	=0x0000			6502,
22>6	leshort&0x2000	=0x2000			32 bit,
23>6	leshort&0x2000	=0x0000			16 bit,
24>6	leshort&0x4000	=0x4000			page reloc,
25>6	leshort&0x4000	=0x0000			byte reloc,
26>6	leshort&0x0003	=0x0000			alignment 1
27>6	leshort&0x0003	=0x0001			alignment 2
28>6	leshort&0x0003	=0x0002			alignment 4
29>6	leshort&0x0003	=0x0003			alignment 256
30