assembly registers beginner

Posted by Dnaiel on Stack Overflow See other posts from Stack Overflow or by Dnaiel
Published on 2010-03-09T01:50:23Z Indexed on 2010/03/09 2:06 UTC
Read the original article Hit count: 878

Filed under:
|
|

So I've been getting into a bit of assembly lately and I'm a beginner so i was wondering if someone could clarify something. I take it every process has it's own set of registers, and each thread can modify these registers right?. How then do multiple threads use the same registers without causing clashes? Or does each thread have its own set of registers?

© Stack Overflow or respective owner

Related posts about assembly

Related posts about registers