Details Table

┌──────────┬────────────────────┬─┬─┬─┬─┬─┬─┬──────────────────────────────────┐
│Encoding  │Instruction         │0│1│2│3│4│5│Description                       │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│0F C8+rd  │BSWAP r32           │ │ │ │ │XX│Swap bytes to convert little/big  │
│          │                    │ │ │ │ │ │ │endian data in a 32-bit register  │
│          │                    │ │ │ │ │ │ │to big/little endian form
        │
└──────────┴────────────────────┴─┴─┴─┴─┴─┴─┴──────────────────────────────────┘


[Back: BSWAP-Byte Swap]
[Next: Description]