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

Binary hex listings via CiderPress?



Under one of the old forked versions of AppleWin, namely version 1.8j,
there was an icon on the command bar to extract files from disk
images.  Doing so would produce an AppleSoft listing for type A files
and a hex dump listing for type B files, with the appropriate "BSAVE
<FILENAME>, <START>, <LENGTH>" command at the end.

Using CiderPress, I have managed to dump AppleSoft listings to text,
but for B(inary) files, all that I have managed to do is to produce an
assembler listing (complete with those assembly commands like JMP,
etc.)

I liked the old AppleWin 1.8j listings, because they are the same type
of plain hex (i.e., type right into the monitor, no assembler
required) listings that appeared in old issues of Nibble, etc.

Is there any way to produce Monitor-ready hex listings from B-type
Binary files using CiderPress?  If so, how do I do it?