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