top | item 44453934

(no title)

daitangio | 8 months ago

Very well written article! I used xor just as fast clear register :)

discuss

order

lsllc|8 months ago

Yes! in the old MS-DOS days (circa 286?), it was quicker in terms of cycles to do:

  xor ax, ax
Than:

  mov ax, 0h