Re: [gentoo-user] [OT] MS debug equivalent

2006-07-05 Thread Troy Curtis Jr
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

[gentoo-user] [OT] MS debug equivalent

2006-07-01 Thread Rodrigo Lazo
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? Thanks! -- Rodrigo Lazo (rlazo) -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] [OT] MS debug equivalent

2006-07-01 Thread Michael Sullivan
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? Thanks! -- Rodrigo Lazo

Re: [gentoo-user] [OT] MS debug equivalent

2006-07-01 Thread Bruno Lustosa
On 7/1/06, Rodrigo Lazo [EMAIL PROTECTED] wrote: 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? If you want assembly on Linux, you can use 'as' to compile

Re: [gentoo-user] [OT] MS debug equivalent

2006-07-01 Thread Rodrigo Lazo
Michael Sullivan [EMAIL PROTECTED] 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