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