Re: Trivia Question



This is a "ruff" (like a dog barking) guess from what I remember of the
register order as opcodes.

eax
ecx
edx
ebx
esp
ebp
esi
edi

Absolutely no garrantee as to the accuracy of this order.

.



Relevant Pages

  • Re: some advice
    ... >> uses ecx, edx, esi, edi ... > mov ebp, esp ... 'add eax, 1' works better than 'dec eax' ...
    (alt.lang.asm)
  • Re: Stack Exploit
    ... value saved in %ebp to %esp? ... therefore need not to save esi and edi. ...
    (alt.lang.asm)
  • Re: asm
    ... signed comparisons g/ge/l/le like normal ...
    (alt.lang.asm)
  • Re: pusha
    ... EAX, EBX, ECX, EDX, ESI, EDI, EBP, ESP ...
    (alt.lang.asm)
  • Re: some advice
    ... > uses ecx, edx, esi, edi ... mov ebp, esp ... dec eax; jz .ans ...
    (alt.lang.asm)