From mboxrd@z Thu Jan 1 00:00:00 1970 From: horseriver Subject: mov instruction Date: Thu, 7 Feb 2013 11:57:14 +0800 Message-ID: <20130207035714.GC2669@debian.localdomain> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:subject:message-id:mime-version :content-type:content-disposition:user-agent; bh=nm9wdmwtsfcolGh/0c3VSdkl8AmRNGWzcriSVHBRRWY=; b=0WzrP+wG4OAllw5KTy5xF4Qsw2u8AiMMRiCJ1Ephi073dDofdwj1pvuaMsY3hrx+Io J6FXQICVVCgdHJBA4/CkhI0Tk1hObSrl205ufVDYetAYXuCoIDwrhGmeopdz6qMP+k4E 0uuT9XW1sEzZg0Ru4GzDYiTtasKIaqK8JmP+eU/BADui9SJBgsMkQLdVzSJq69hfDbHi Yla97d+VtIx+YC57GV4u4GGsh3AGBmquPtKKNHc40Nci8GOrn4uiSaxShfI7GujEGZBb hKMyLjLdRo/nKDt9YdKf202Ki2nQ5GQbNZbQOSHUbcMBdSEeXXCczBB5VZgpJWVXuDX9 EvXw== Content-Disposition: inline Sender: linux-assembly-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-assembly@vger.kernel.org hi:) Is here a suitable place to post topics about hardware technology? I am curious about how mov work. Why it can not move data from a mem adress to another adress in one instruction. in this form : mov (eax), (ebx) thanks!