Prev: E170 Up: Map Next: E180
E178: SRB bit translation table
Used by the routines at 6130 and 694E. Given an integer N between 0 and 7, this table is used to obtain a byte with bit 7-N set and all other bits reset.
E178 DEFB $80 10000000
E179 DEFB $40 01000000
E17A DEFB $20 00100000
E17B DEFB $10 00010000
E17C DEFB $08 00001000
E17D DEFB $04 00000100
E17E DEFB $02 00000010
E17F DEFB $01 00000001
Prev: E170 Up: Map Next: E180