Registers revisited
•EAX, EBX, ECX, EDX can be used as pointers
•Additionally:
•EAX and EDX contains the multiplication result after executing imul instruction
•ECX is often used as a loop counter
•for (int i = 0; i < N ; ++i)