The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: ToutEnMasm on November 07, 2006, 06:09:03 PM

Title: Values of registers at the start of a program
Post by: ToutEnMasm on November 07, 2006, 06:09:03 PM
Hello,
I search a link on this subject.I know some littles things (esp,ebx ..) but to few.
                                 ToutEnMasm

                                           
Title: Re: Values of registers at the start of a program
Post by: Tedd on November 07, 2006, 06:57:58 PM
Undefined.

Their values cannot be assumed, as it's down to the (build) version of windows and what state the loader left the registers in (which is probably down to the compiler and code used to write the loader.)
(..Unless the loader explicitly sets their values - which I doubt.)