From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Intel Hex or S-record Mode? Date: Wed, 27 Nov 2002 16:19:58 +0200 (IST) Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1038406783 9851 80.91.224.249 (27 Nov 2002 14:19:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 27 Nov 2002 14:19:43 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18H32S-0002YK-00 for ; Wed, 27 Nov 2002 15:19:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18H34G-0004i6-00; Wed, 27 Nov 2002 09:21:32 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18H32y-0002Ob-00 for help-gnu-emacs@gnu.org; Wed, 27 Nov 2002 09:20:12 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18H32u-0002Md-00 for help-gnu-emacs@gnu.org; Wed, 27 Nov 2002 09:20:10 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18H32t-0002M0-00 for help-gnu-emacs@gnu.org; Wed, 27 Nov 2002 09:20:07 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id QAA14824; Wed, 27 Nov 2002 16:19:58 +0200 (IST) X-Sender: eliz@is Original-To: BM In-Reply-To: Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:4098 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4098 On 27 Nov 2002, BM wrote: > I want to be able to load up a Intel Hex file or Motorola S record > formatted file (which is a list of hexadecimal values) and have the > character or decimal value (8 bit, 16 bit or 32 bit) displayed in > another column. > > The mode will be something like hexl mode but would have to understand > the format of the hex file. Did you try to run `objdump' on the Hex file and display its output?