Thema
:
7, 6 - 5, 4, 3 und 0, 1, 2 Bit für neues Byte verwenden
Einzelnen Beitrag anzeigen
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
4. Dez 2008, 21:57
markieren
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
Zitat
Zacherl
Öffentliches Profil ansehen
Besuche die Homepage von Zacherl!
Mehr Beiträge von Zacherl finden