|
-
Oct 6th, 2002, 06:04 PM
#1
Thread Starter
Member
What does mmx, gs & fs do?
umm..... what do these registers do exactly?
-
Oct 12th, 2002, 08:58 AM
#2
MMX is an extension to CPUs to speed up some calculations that are used heavily whendoing multimedia. It consists of special instructions and a set of special registers (I think some CPUs share floating point and MMX registers).
fs and gs are segment registers, like cs, ss, ds and es. Like es they are general purpose segment registers and can be used for anything, while cs is reserved for code, ss is reserved for the stack, and ds is reserved for data. In reality ds, es, fs and gs all are only used for data.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|