home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 2
/
FFMCD02.bin
/
new
/
misc
/
emu
/
z80
/
tables.i
< prev
next >
Wrap
Text File
|
1993-12-21
|
860b
|
32 lines
** 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