|
|
When I was studying machine code way back when, things like current
interrupt priority and privilege mode and such were very simple. Now there's
all kinds of stuff in CPUs, like information about caches, all kinds of
privilege rings, etc etc etc.
What's that sort of stuff called, that I could google it to learn about how
things like x64 machines deal with such things? At least to the extent of
what sorts of things machines support these days?
It used to be you'd just issue something like a "load processor status word"
or "store processor status word", but that was way back when processor
status fit in one word. :-)
--
Darren New, San Diego CA, USA (PST)
"Coding without comments is like
driving without turn signals."
Post a reply to this message
|
|
|
|
Just have a look to the developers manuals from Intel or AMD. I suggest
the AMD manuals, for no special reasons:
http://developer.amd.com/documentation/guides/Pages/default.aspx#manuals
I think, for your system programming interests the Volume 2 is what you
are looking for.
Lars R.
Post a reply to this message
|
|
|
|
On 6/30/2011 0:58, Lars R. wrote:
> http://developer.amd.com/documentation/guides/Pages/default.aspx#manuals
That looks like exactly the sort of thing I'm interested in reading. Thanks!
--
Darren New, San Diego CA, USA (PST)
"Coding without comments is like
driving without turn signals."
Post a reply to this message
|
|