From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262000AbVFQPhI (ORCPT ); Fri, 17 Jun 2005 11:37:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261998AbVFQPhI (ORCPT ); Fri, 17 Jun 2005 11:37:08 -0400 Received: from main.gmane.org ([80.91.229.2]:2961 "EHLO ciao.gmane.org") by vger.kernel.org with ESMTP id S262001AbVFQPhC (ORCPT ); Fri, 17 Jun 2005 11:37:02 -0400 X-Injected-Via-Gmane: http://gmane.org/ To: linux-kernel@vger.kernel.org From: Parag Warudkar Subject: Re: techniques used in assembly language programming. Date: Fri, 17 Jun 2005 15:22:31 +0000 (UTC) Message-ID: References: <42B29EF5.4070906@globaledgesoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 198.208.223.35 (Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org krishna globaledgesoft.com> writes: > > Hi All, > > Can any one tell me any sources to learn techniques in assembly language > programming. > > Regards, > Krishna Chaitanya > Assuming you want to learn assembly for x86 - I have found it easier to first understand the machine and basics of low level software/hardware interaction and then move on to learn assembly language - machine organization and related basics are nicely covered in the Book "Writing Great Code" by Randall Hyde who also has written a very thorough and excellent book (freely downloadable from http://webster.cs.ucr.edu/) Art of Assembly Language Programming. HTH Parag