Quote:
Anyways, as I am reading this, I realize that I don't know much about the assembly registers that are talked about. I have searched the net and found very convoluted definitions of registers. so I was wondering if anyone could BRIEFLY talk about the following registers as they pertain to x86 systems.
Well basically these registers are used to store values. You can move date into just about any of these registers and use them for general purpose storage. There are some exceptions to this ie. some of the registers have special properties/uses and rules to go with them.