What about Programmer "Invisible" registers?

Posted by claws on Stack Overflow See other posts from Stack Overflow or by claws
Published on 2010-03-14T14:27:08Z Indexed on 2010/03/14 14:35 UTC
Read the original article Hit count: 455

These are "Programmer Visible" x86-64 registers:

alt text

What about the invisible registers? Just now I learned that MMU registers, Interrupt Descriptor Table (IDT) uses these invisible registers. I'm learning these things in the hard way. Is there any resource (book/documentation/etc) that gives me the complete picture at once?

I am aware of the programmer visible registers and comfortable in programming with them. I just want to learn about invisible registers and their functionality. I want to get a complete picture. Where can I get this info?

© Stack Overflow or respective owner

Related posts about computer-architecture

Related posts about assembly