Re: looking for PCL disassembler

Chris Liddell <[email protected]> Tue, 15 Nov 2016 14:47:16 +0000
Newsgroups gmane.comp.printing.ghostscript.devel
Message-ID <[email protected]>

On 15/11/16 13:51, Matthias Apitz wrote:
> El día Friday, November 11, 2016 a las 08:18:44AM +0000, Chris Liddell escribió:
>
>> 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.
>
> I tried to make version 9.20 with:
>
> $ CFLAGS="-DDEBUG" ./configure
> $ gmake

make debug

will build the debug version.