1
2#------------------------------------------------------------------------------
3# $File: xo65,v 1.4 2009/09/19 16:28:13 christos Exp $
4# xo65 object files
5# From: "Ullrich von Bassewitz" <uz@cc65.org>
6#
70	string		\x55\x7A\x6E\x61	xo65 object,
8>4	leshort		x			version %d,
9>6	leshort&0x0001 =0x0001			with debug info
10>6	leshort&0x0001 =0x0000			no debug info
11
12# xo65 library files
130	string		\x6E\x61\x55\x7A	xo65 library,
14>4	leshort		x			version %d
15
16# o65 object files
170	string		\x01\x00\x6F\x36\x35	o65
18>6	leshort&0x1000	=0x0000			executable,
19>6	leshort&0x1000	=0x1000			object,
20>5	byte		x			version %d,
21>6	leshort&0x8000	=0x8000			65816,
22>6	leshort&0x8000	=0x0000			6502,
23>6	leshort&0x2000	=0x2000			32 bit,
24>6	leshort&0x2000	=0x0000			16 bit,
25>6	leshort&0x4000	=0x4000			page reloc,
26>6	leshort&0x4000	=0x0000			byte reloc,
27>6	leshort&0x0003	=0x0000			alignment 1
28>6	leshort&0x0003	=0x0001			alignment 2
29>6	leshort&0x0003	=0x0002			alignment 4
30>6	leshort&0x0003	=0x0003			alignment 256
31