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