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/
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