Respuesta :

tonb
You want to XOR the register contents with the value 0x60 (a hex word with bits 5 and 6 set).
Not sure how to write that in x86 assembler, is it:

xor bl, 0x60