Valhalla Legends Archive

Programming => General Programming => Assembly Language (any cpu) => Topic started by: Skywing on March 11, 2004, 09:31 PM

Title: Skywing's correction to The C/C++ Reversing Reference Thread
Post by: Skywing on March 11, 2004, 09:31 PM
No.  The movsx will set edx to 0xFFFFFF00 | dl or 0x00000000 | dl depending on dl & 0x80.
Title: Re:Skywing's correction to The C/C++ Reversing Reference Thread
Post by: Adron on March 12, 2004, 09:17 AM
Note to iago: I'd appreciate if you just edit your post to say the right thing. Thanks and stuff can go into a non-reference thread ;)
Title: Re:Skywing's correction to The C/C++ Reversing Reference Thread
Post by: iago on March 12, 2004, 10:27 AM
Ok, fixed it, but I still left "Thanks to Skywing for correcting me" at the bottom.