Re: File I/O

From: Frank Kotler (spamtrap_at_crayne.org)
Date: 01/12/05

  • Next message: Frank Kotler : "Re: Cross platform Assembly for use with C project"
    Date: Wed, 12 Jan 2005 01:36:33 +0000 (UTC)
    
    

    wolfgang kern wrote:

    > DAA -method is shortest but very slow.

    ; nibble masked off
    cmp al, 0Ah
    sbb al, 69h
    das

    shorter? possibly even slower?

    Best,
    Frank


  • Next message: Frank Kotler : "Re: Cross platform Assembly for use with C project"

    Relevant Pages

    • Re: File I/O
      ... possibly even slower? ... Continuing the "funky tricks with sbb" theme that seems to be running this ...
      (comp.lang.asm.x86)
    • Re: from elsewhere, an assembler
      ... sbb al, 69h ... Shorter, and eliminates the conditional jump... ... but "das" is so slow ...
      (alt.lang.asm)
    • Re: from elsewhere, an assembler
      ... sbb al, 69h ... Shorter, and eliminates the conditional jump... ... but "das" is so slow ...
      (alt.lang.asm)
    • Re: from elsewhere, an assembler
      ... sbb al, 69h ... Shorter, and eliminates the conditional jump... ... but "das" is so slow ...
      (alt.lang.asm)
    • Re: property and virtuality
      ... > private functions. ... Lambda seems much ... > shorter but it is not as clear why it is there. ... > elaborate and probably much slower. ...
      (comp.lang.python)