probiere so if (byte_befehl & 64)
if (byte_befehl & 64)
oder
if ((byte_befehl & 64 )== 64) oder
if ((byte_befehl & 64 )== 64)
if ( bitRead(byte_befehl , 6) )