help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: assembly programming in Emacs how to


From: rusi
Subject: Re: assembly programming in Emacs how to
Date: Mon, 14 Mar 2011 09:09:21 -0700 (PDT)
User-agent: G2/1.0

On Mar 14, 11:54 am, 김태윤 <kty1...@gmail.com> wrote:
> assembly programming in Emacs how to?
> I want Emacs to do following things
> 1. assembling
> 2. run the just before made program inside Emacs
> 3. debugging with watching flags and registers as like ollydbg or softice
> 4. decompile executable file for see what assembly codes are made by c
> but I don't know how to do this.
> could somebody let me know ?

emacs is (more or less) an editor.
For 1,2 you need an assembler
For 3,4 you need a disassembler/debugger

Assuming a linux, you can of course call an assembler like gas, a
disassembler like objdump, a debugger like gdb from inside emacs.
There are also more suitable debuggers for raw object code like edb
which you may prefer:
http://www.codef00.com/projects#debugger

But is that what you are asking??


reply via email to

[Prev in Thread] Current Thread [Next in Thread]