ReverseEndian proc near ; CODE XREF: LoadFile+537p
test r8d, r8d
jz short locret_100006EB2
mov r9d, r8d
db 66h, 66h, 66h
nop
db 66h, 66h, 66h
nop
loc_100006E90: ; CODE XREF: ReverseEndian+30j
movzx eax, word ptr [rdx]
movzx r8d, byte ptr [rdx+1]
add rcx, 2
shl ax, 8
add rdx, 2
xor r8w, ax
dec r9
mov [rcx-2], r8w
jnz short loc_100006E90
locret_100006EB2: ; CODE XREF: ReverseEndian+3j
retn 0
ReverseEndian endp
Can anybody explain me the sense of the
db 66 66 66
nop
??





