Orion Lawlor's Short Assembly Examples

These small examples illustrate various features of assembly code on x86 processors.
x86_mmx.c Shows how to use MMX instructions via mmintrin.h.
x86_rdtsc.c Shows how to use the "rdtsc" instruction.
x86_sse.c Shows how to use SSE instructions via xmmintrin.h.
x86_sse_more.c Demonstrates use of a bunch of Intel SSE instructions via xmmintrin.h.
Created by Orion Sky Lawlor, olawlor@acm.org, 2007-03-26
Placed in the public domain (download)
Back to
My Home Page