Group: alt.fan.utb.naughtyboy · Group Profile · Search for X017 in alt.fan.utb.naughtyboy
Author: fr
Date: Apr 23, 2008 03:04
Brian asked: I have an exercise in my tutorial, "Assembly Language for Intel Based Computers". I had to write the instructions for checking the parity of a 32-bit value. In comparing my algorithm to the author's, his is much easier to read, but I think mine would execute faster (by comparing the IP). If the Authors code use a stack frame I'd assume: x000 push ebp x001
|