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 majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/