all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Pascal J. Bourguignon" <pjb@informatimago.com>
To: help-gnu-emacs@gnu.org
Subject: Re: help reading assembly code
Date: Mon, 24 Oct 2011 22:38:45 +0200	[thread overview]
Message-ID: <874nyycega.fsf@kuiper.lan.informatimago.com> (raw)
In-Reply-To: mailman.947.1319459367.15868.help-gnu-emacs@gnu.org

Andrea Crotti <andrea.crotti.0@gmail.com> writes:

> I would like to be able to read more easily assembly code (since I
> really don't do it very often).
>
> For example it would be nice to have some function which shows me a
> reference documentation given the operator.
>
> On emacswiki there appears to be not much, anyone has something
> hand-made that would like to share?

I did something similar for the asm-7090 "mode" I wrote:
https://gitorious.org/com-informatimago/emacs/blobs/master/pjb-asm7090.el

See asm7090-describe-codop.  You could even do that in a
post-command-hook, or on mouse or arrow events so that the instructions
are always explained.  It would also possible to attach tooltips to the
instructions so that you get the description on a mouse over. 

(Since I used that mode to transcribe asm-7090 code, I call
asm7090-describe-codop in the command bound to RET, as you can see in
asm7090).

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
A bad day in () is better than a good day in {}.


       reply	other threads:[~2011-10-24 20:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.947.1319459367.15868.help-gnu-emacs@gnu.org>
2011-10-24 20:38 ` Pascal J. Bourguignon [this message]
2011-10-25  2:25   ` help reading assembly code Stefan Monnier
2011-10-25 15:43 Buchs, Kevin
2011-10-26 14:35 ` Andrea Crotti
  -- strict thread matches above, loose matches on Subject: below --
2011-10-24 12:29 Andrea Crotti
2011-10-26 22:10 ` Peter Münster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874nyycega.fsf@kuiper.lan.informatimago.com \
    --to=pjb@informatimago.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.