__asm__

Colin Coe (coec@altu.net.au)
Fri, 16 Jul 1999 07:20:50 +0800


Hi all

How would I use the __asm__ macro to execute to following assember?

mov ax, <some_variable>
mov es, ax
sub ax, ax
xchg ax, es:[<some_variable>]

TIA

CC

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/