Results 1 to 2 of 2

Thread: What does mmx, gs & fs do?

  1. #1

    Thread Starter
    Member AirScape17's Avatar
    Join Date
    Aug 2002
    Location
    England
    Posts
    34

    What does mmx, gs & fs do?

    umm..... what do these registers do exactly?

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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
  •  



Click Here to Expand Forum to Full Width