Re: looking for PCL disassembler

Chris Liddell <[email protected]> Fri, 11 Nov 2016 08:18:44 +0000
Newsgroups gmane.comp.printing.ghostscript.devel
Message-ID <[email protected]>
On 11/11/16 07:50, Matthias Apitz wrote:
>
> Hello,
>
> I'm looking for a PCL disassembler tool, i.e. a tool to produce a mnemonic list
> of all PCL ESQ sequences from a given file, to nail down a problem with
> certain files and our printers. See also:

You could try using the '-Zi' option with a debug build of GhostPCL - it 
doesn't exactly disassemble the file, but should dump out the opcodes 
and other relevant information from the input.

Really, your best bet would be to try to track down HP's JetASM which is 
a fully featured PCL/PXL assembler/disassembler, but that's pretty hard 
to find these days.

Chris