Navigation: Functions/instructions > Functions
Converts big endian dword (x32) to middle big endian dword (x32).
Syntax
i32|u32 dwbe2mbe (i32|u32 data)
data
Data input
Result
Return value
Validity
Rule, Task
Note
Example of use:
u32 input
u32 result
input = 0x01020304
result = dwbe2mbe(input)
; result = 0x03040102
F7 for caret browsing Hold ALT and press letter