Einzelnen Beitrag anzeigen

Benutzerbild von Zacherl
Zacherl

Registriert seit: 3. Sep 2004
4.629 Beiträge
 
Delphi 10.2 Tokyo Starter
 
#5

Re: 7, 6 - 5, 4, 3 und 0, 1, 2 Bit für neues Byte verwenden

  Alt 4. Dez 2008, 20:57
Delphi-Quellcode:
Instruction.SIB_Scale := (Instruction.SIB and 192);
      Instruction.SIB_Index := (Instruction.SIB and 56);
      Instruction.SIB_Base := (Instruction.SIB and 7);
Jetzt kommt bei den oberen Bytes auch noch Schrott raus
  Mit Zitat antworten Zitat