** Various tables.

	IFD VERBOSE
	LIST
** Compiling the tables.i file.
	NOLIST
	ENDC

** The parity translation table:

	;Odd - P/V reset. Even - set.
	;V is bit 1 of CCR, so OR with $02 or $00.
	;Bit 1 of destination must be reset first.

ParityTable
	dc.b	2,0,0,2,0,2,2,0,0,2,2,0,2,0,0,2
	dc.b	0,2,2,0,2,0,0,2,2,0,0,2,0,2,2,0
	dc.b	0,2,2,0,2,0,0,2,2,0,0,2,0,2,2,0
	dc.b	2,0,0,2,0,2,2,0,0,2,2,0,2,0,0,2
	dc.b	0,2,2,0,2,0,0,2,2,0,0,2,0,2,2,0
	dc.b	2,0,0,2,0,2,2,0,0,2,2,0,2,0,0,2
	dc.b	2,0,0,2,0,2,2,0,0,2,2,0,2,0,0,2
	dc.b	0,2,2,0,2,0,0,2,2,0,0,2,0,2,2,0
	dc.b	0,2,2,0,2,0,0,2,2,0,0,2,0,2,2,0
	dc.b	2,0,0,2,0,2,2,0,0,2,2,0,2,0,0,2
	dc.b	2,0,0,2,0,2,2,0,0,2,2,0,2,0,0,2
	dc.b	0,2,2,0,2,0,0,2,2,0,0,2,0,2,2,0
	dc.b	2,0,0,2,0,2,2,0,0,2,2,0,2,0,0,2
	dc.b	0,2,2,0,2,0,0,2,2,0,0,2,0,2,2,0
	dc.b	0,2,2,0,2,0,0,2,2,0,0,2,0,2,2,0
	dc.b	2,0,0,2,0,2,2,0,0,2,2,0,2,0,0,2
