Registerized variables are those such as function parameters or locals whose values are represented solely within registers. When you refer to a registerized variable outside of its scope (as defined by the compiler), the debugger displays the message "Out Of Register Scope", along with the value. Because the variable is out of scope, this value is probably incorrect.