I'm reading some source code like system.pas of delphi
and find some asm statement. Where can i get the knowledge about delphi assembly code.
example:
i know it's some register manipulation. but i never heard these registers and some of the directives.
way to gold shines more than gold
and find some asm statement. Where can i get the knowledge about delphi assembly code.
example:
Code:
PUSH EBX
PUSH ESI
PUSH EDI
MOV EDI,ECX
XOR EBX,EBX
XOR ECX,ECX
JMP @@haveVMT
way to gold shines more than gold