understanding speed

From: Gernot Frisch (Me_at_Privacy.net)
Date: 06/24/04

  • Next message: ng: "Re: understanding speed"
    Date: Thu, 24 Jun 2004 09:10:07 +0200
    
    

    Hi,

    one question:
    Does each line of asm take the same time? I mean is a "mov" performed
    as fast as an "add" or a "push"? If not, where can I find the times a
    call takes? Particularily, I need the strong ARM instruction set's
    timing.

    Thank you,

    -- 
    -Gernot
    int main(int argc, char** argv) {printf
    ("%silto%c%cf%cgl%ssic%ccom%c", "ma", 58, 'g', 64, "ba", 46, 10);}
    ________________________________________
    Looking for a good game? Do it yourself!
    GLBasic - you can do
    www.GLBasic.com
    

  • Next message: ng: "Re: understanding speed"

    Relevant Pages

    • Re: Help: ASM to ASM calls
      ... Subject: Help: ASM to ASM calls ... push ebp ... mov al, ... This won't work as EAX will be altered by your call ...
      (comp.lang.asm.x86)
    • Re: popen
      ... push mod ... mov, eax ... other "interactive scripting widgets") from ASM. ...
      (alt.lang.asm)
    • Re: I/O Port access from eVC++ 4.0
      ... _asm works fine. ... _asm{push dx ... mov retval,ax ... void outpw(unsigned short addr, unsigned short data){ ...
      (microsoft.public.windowsce.embedded.vc)
    • ascii to st0
      ... push IDC_ARROW ... cmp eax, 0 ... mov ebp, esp ... cmp dword @Message, WM_CLOSE ...
      (alt.lang.asm)
    • Re: Macro2D
      ... mov, eax ... cmp eax, -1 ... push STD_INPUT_HANDLE ...
      (alt.lang.asm)