One more question. What does it want me to change the decimal value 51 to? I assume set them all to zero?
Also """" ESKONF[5] (0x10C7A) - set to 0xC0 (set bits 6 and 7)
ESKONF[6] (0x10C7B) - set from 0xF3 to 0xFF (M-box) (set bits 2 and 3)
ESKONF[6] (0x10C7B) - set to 0xC3 to 0xCF (L-box) (set bits 2 and 3) """
Whats does it mean by bits 6,7,2,3. There is only one value for each offset. Is it saying according to offset 0x10C75 change the 6th and 7th bit following offset 0x10c75??? Or only change 0x10C7B to 0xFF?
Bits 6 and 7 starting at 0x10C75 are 0x10C7B and 0x10C7C. If so they are contradicting themselves with bit 6 cause it is offset 0x10C7B.