Sujet : Re: Small(est?) Hexdump/reconstruction DOS programs
De : admin (at) *nospam* 127.0.0.1 (Kerr-Mudd, John)
Groupes : alt.lang.asm comp.os.msdos.programmerDate : 10. Sep 2024, 20:19:29
Autres entêtes
Organisation : Dis
Message-ID : <20240910201929.cdabbcbce6724719b603b471@127.0.0.1>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32)
On Mon, 9 Sep 2024 09:32:20 +0100
"Kerr-Mudd, John" <
admin@127.0.0.1> wrote:
On Sun, 8 Sep 2024 21:41:09 +0100
"Kerr-Mudd, John" <admin@127.0.0.1> wrote:
On Mon, 01 Jul 2024 11:37:50 +0100
"Kerr-Mudd, John" <admin@127.0.0.1> wrote:
On Tue, 18 Jun 2024 03:58:55 +0100, wolfgang kern <nowhere@never.at> wrote:
On 17/06/2024 21:57, Kerr-Mudd, John wrote:
...
[]
>
hexdump, I mean bin2hex:
[]
hex 223 bytes;
now can produce 5 spaced formats for dump, also does hex2bin, and
contains (a minimal) usage help text.
C:\TEMP>hex -d 0 <hex.com
A083003C68747831EDB43FB53CBADF01CD2191E30389D6BFC33F57A083003C6
Argh! Last character on line is dropped!
More Work Needed.
Had to trim the text at the end to add code to not delete last char on
line (ususally a trailing blank) if parm was 0
A083003C68747D31EDB43FB53CBADF01CD2191E30389D6BFC33F57A083003C64
7542A0850083E00F4888C67502B2EFAC43D41086E02704F01440AA30CF75F484
F37503B020AA20D3750AF6C68075014FB80D0AABE2D95AB30189F929D1B440CD
214BEBA5AC3C30721709ED741288C695244FD43730CF75F588F4D510AA31C095
E2E2EBD2B409BA8C01CD21C355736167652069733A0D0A686578202D64205B73
705D3C666E2E636F6D0D0A2073703D7B302C312C322C342C387D0D0A6F720D0A
686578202D723C666E2E6865783E666E2E636F6D0D0A2447504C204D4A3234
-- Bah, and indeed Humbug.