Byte Swap Macros: Difference between revisions

From MidasWiki
Jump to navigation Jump to search
(Created page with "These Macros can be used for BYTE swap manipulation when little-endian/big-endian are mixed in the event. WORD_SWAP DWORD_SWAP QWORD_SWAP They are used by bk_swa...")
 
(Redirected page to Macros#Byte Swap Macros)
 
Line 1: Line 1:
#REDIRECT [[Macros#Byte Swap Macros]]
These Macros can be used for BYTE swap manipulation when little-endian/big-endian are mixed in the event.
These Macros can be used for BYTE swap manipulation when little-endian/big-endian are mixed in the event.



Latest revision as of 12:34, 1 November 2013

These Macros can be used for BYTE swap manipulation when little-endian/big-endian are mixed in the event.

   WORD_SWAP
   DWORD_SWAP
   QWORD_SWAP

They are used by bk_swap();