A EAX
B EDX
C ECX
This is
explicitly 32 bit Intel only and only for what you describe.
If you did not know that, you should not use it! You will crash your computer.
Usually the compiler is better.
But feel free to wander into the useless world of assembler "optimizations" which was only relevant 25 years ago.

Great fun and guaranteed to crash....
Unless highly specialized work is required, stay away from assembler on modern compilers. It is fun but very seldomly faster..
(marcov has some cases where it is faster)
If you did not know the first, you are likely to write
slower code when attempting to use assembler.
That is not what you want, is it?