Here are 2 lines that have resulted from a disassembler that generates Microsoft ASM
assembly:
mov dl, loc_0040540c[edx]
jmp dword ptr [loc_00405450][edx*4]
Can someone explain what do they mean?
I work mostly with NASM so a NASM equivalent would be good as well.
In NASM-speak:
And those
loc_0040540care probably the respective addresses/constants (e.g.0040540cH).