From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1FyJlf-0000BX-LW for garchives@archives.gentoo.org; Thu, 06 Jul 2006 02:39:04 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k662al98015385; Thu, 6 Jul 2006 02:36:47 GMT Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k662RZWB000100 for ; Thu, 6 Jul 2006 02:27:36 GMT Received: by py-out-1112.google.com with SMTP id d42so2409119pyd for ; Wed, 05 Jul 2006 19:27:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=C9iIPiPH7Sx5vQbpXZingLR4oium0YRm7YZIkCbZLx/RjTRJgqPIKz/KgS0TfcHSZWY3tftzaO9A0ZZyydeYdzZ9XEbb1CM3+5FjntlCK8pEFBA9z0aYtr3Jiix2ODeXRUVDlAvYPe99HcAoJ07WGCA5f73BP/HRUtm/IQVwdVg= Received: by 10.35.34.18 with SMTP id m18mr151389pyj; Wed, 05 Jul 2006 19:27:34 -0700 (PDT) Received: by 10.35.111.19 with HTTP; Wed, 5 Jul 2006 19:27:34 -0700 (PDT) Message-ID: <4148457f0607051927v3a12a09bt952f56247dacc82c@mail.gmail.com> Date: Wed, 5 Jul 2006 21:27:34 -0500 From: "Troy Curtis Jr" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] [OT] MS debug equivalent In-Reply-To: <86psgoiruy.fsf@mash.doux> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_8125_32513964.1152152854770" References: <86d5con9uo.fsf@mash.doux> <1151809897.18877.2.camel@camille.espersunited.com> <86psgoiruy.fsf@mash.doux> X-Archives-Salt: 4f20cbea-853e-4e2e-a6de-bc943da13172 X-Archives-Hash: 46f676e38a85e1e7d51f71b1c9f6b4ff ------=_Part_8125_32513964.1152152854770 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I used debug.exe just a few semesters ago, but I don't remember it well. If you have an executable that you have already assembled, then check out gdb...(GNU debugger). It is a staple for any linux programmer, in fact, if you go on to higher level programs like c or c++ you can use if for those also. There are also quite a few GUI frontends to make it easier to use. http://www.gnu.org/software/gdb/ On 7/1/06, Rodrigo Lazo wrote: > > Michael Sullivan writes: > > > On Sat, 2006-07-01 at 19:12 -0500, Rodrigo Lazo wrote: > >> Hi everybody, > >> > >> sorry for the OT. I've been using debug.exe (a little program for work > >> with asm) at my college to learn about assembler and related > >> concepts. Does anyone know some equivalent for linux? > >> > > I remember DEBUG.EXE - I used to use it to change the copyright text in > > COMMAND.COM from Microsoft Corp to MSullivan Tech. I don't know of an > > equivalent (I assume you want something interactive), but could you use > > nasm? > > > > I want to browse the ram contents and write some really simple > assembly programs. For the later I guess nasm could do the trick, but > for the former I guess I need another tool > > > -- > > Rodrigo Lazo (rlazo) > -- > gentoo-user@gentoo.org mailing list > > -- "Beware of spyware. If you can, use the Firefox browser." - USA Today Download now at http://getfirefox.com Registered Linux User #354814 ( http://counter.li.org/) ------=_Part_8125_32513964.1152152854770 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I used debug.exe just a few semesters ago, but I don't remember it well.  If you have an executable that you have already assembled, then check out gdb...(GNU debugger).  It is a staple for any linux programmer, in fact, if you go on to higher level programs like c or c++ you can use if for those also.  There are also quite a few GUI frontends to make it easier to use.

http://www.gnu.org/software/gdb/

On 7/1/06, Rodrigo Lazo < rlazo.paz@gmail.com> wrote:
Michael Sullivan < michael@espersunited.com> writes:

> On Sat, 2006-07-01 at 19:12 -0500, Rodrigo Lazo wrote:
>> Hi everybody,
>>
>> sorry for the OT. I've been using debug.exe (a little program for work
>> with asm) at my college to learn about assembler and related
>> concepts. Does anyone know some equivalent for linux?
>>
> I remember DEBUG.EXE - I used to use it to change the copyright text in
> COMMAND.COM from Microsoft Corp to MSullivan Tech.  I don't know of an
> equivalent (I assume you want something interactive), but could you use
> nasm?
>

I want to browse the ram contents and write some really simple
assembly programs. For the later I guess nasm could do the trick, but
for the former I guess I need another tool


--

Rodrigo Lazo (rlazo)
--
gentoo-user@gentoo.org mailing list




--
"Beware of spyware. If you can, use the Firefox browser." - USA Today
Download now at http://getfirefox.com
Registered Linux User #354814 ( http://counter.li.org/) ------=_Part_8125_32513964.1152152854770-- -- gentoo-user@gentoo.org mailing list