Prev: 57712 Up: Map Next: 57728
57720: SRB bit translation table
Used by the routines at 24880 and 26958. 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.
57720 DEFB 128 10000000
57721 DEFB 64 01000000
57722 DEFB 32 00100000
57723 DEFB 16 00010000
57724 DEFB 8 00001000
57725 DEFB 4 00000100
57726 DEFB 2 00000010
57727 DEFB 1 00000001
Prev: 57712 Up: Map Next: 57728