On Wed, 01 Nov 2000, Jeff V. Merkey wrote:
> 
> mov    eax, addr
> mov    [addr], ebx
> 

Probably You mean this :

mov     r/imm, %eax
mov     (%eax), %ebx


- Davide
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to