Re: Formatting in assembly




¬a\/b wrote:
here everyone have to push ebx, edi, esi
and pop here ebx, esi, edi

When is this a requirement? I was under the impression that it's only
needed when interfacing with C.

.



Relevant Pages

  • Can a C compiler compete with assembler ?
    ... I have kept hearing that assembler programmers cannot compete with a C ... mov edi, ... lea esi, ... cmp esi, ...
    (comp.lang.asm.x86)
  • Re: Optimierung: Bilder blenden
    ... Nach links schieben damit man PMULHW verwenden kann... ... mov EDI, Dest ... mov ESI, Src1 ... shl EDX, 4 ...
    (de.comp.lang.assembler.x86)
  • Re: Some thoughts re the MM benchmarks
    ... without any concurrency to see the difference the "lock" prefix makes. ... mov ecx, DATA_LENGTH ... mov esi, eax ... mov edi, edx ...
    (borland.public.delphi.language.basm)
  • Re: Dont be overawed by a C compiler.
    ... | cmp ecx, edx ... | mov eax, rgt ... | mov edi, lft ... | mov esi, rgt ...
    (comp.lang.asm.x86)
  • Re: some advice
    ... >> uses ecx, edx, esi, edi ... > mov ebp, esp ... 'add eax, 1' works better than 'dec eax' ...
    (alt.lang.asm)