From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23270 invoked by alias); 18 May 2009 10:18:02 -0000 Received: (qmail 23258 invoked by uid 22791); 18 May 2009 10:18:01 -0000 X-SWARE-Spam-Status: No, hits=-0.5 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-ew0-f163.google.com (HELO mail-ew0-f163.google.com) (209.85.219.163) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 18 May 2009 10:17:57 +0000 Received: by ewy7 with SMTP id 7so3967717ewy.24 for ; Mon, 18 May 2009 03:17:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.210.56.7 with SMTP id e7mr2502571eba.63.1242641874782; Mon, 18 May 2009 03:17:54 -0700 (PDT) Date: Mon, 18 May 2009 10:18:00 -0000 Message-ID: Subject: NASM and insight From: arkkimede To: insight@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00057.txt.bz2 I need a little help. It is possible to debugging an assembly file processed by nasm that is part of a code with main written in C that recall an assembly routine ? Now I try to understand the examples produced by Paul A. Carter in is book about assembly that use nasm. Thank you in advance