Thread: Amd Mmx

  1. #16
    Registered User
    Join Date
    Sep 2001
    Posts
    164
    I use MASM but not when I'm programming C++. Then I use inline assembler.

    I forgot to add these lines to the keycolor blitter:

    mov edi,destination
    mov esi,source
    mov ebp,imageheight

    They should be place just before the "alphaloop" (incorrect name).

    This is an 8-bit blitter but it can be changed to a 16-bit blitter by adjusting the instructions a bit. I'm not sure if it can be used to create a 32-bit blitter because some MMX instructions can't be used with 32-bit packed data.
    Last edited by gliptic; 10-24-2001 at 02:20 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. AMD striking back?
    By System_159 in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 10-07-2006, 08:26 AM
  2. amd stock fans suck!!
    By Kinasz in forum Tech Board
    Replies: 25
    Last Post: 05-05-2004, 09:14 AM
  3. Replies: 17
    Last Post: 10-12-2003, 12:09 AM
  4. Replies: 72
    Last Post: 11-25-2002, 05:55 PM
  5. Is EXTRA THERMAL SOLUTION must for AMD ?
    By Zeeshan in forum A Brief History of Cprogramming.com
    Replies: 18
    Last Post: 07-08-2002, 09:56 PM