Re: __asm__

Khimenko Victor (khim@sch57.msk.ru)
Fri, 16 Jul 1999 12:52:53 +0400 (MSD)


In <017501becf18$ae3312a0$0004600a@death> Colin Coe (coec@altu.net.au) wrote:
> 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>]

Huh. Why you need such macro in first place ? What for you want to use segments
in Linux ???

-
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/