Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
So far we have seen and used general purpose CPU registers:
EAX (among its specific uses are to contain function return values and the lower part of a multiplication result)
EBX
ECX (among its specific uses is a loop counter)
EDX (among its specific uses is to contain the higher part of a multiplication result if it exceed maximum 32-bit value)