Unknown opcode in disassemble()
Nick Ingolia (ningolia@neon.ci.lexington.ma.us)
Sat, 23 Mar 1996 01:31:26 PST
The *** Unknown Extended Opcode *** is a PUSH_LABEL opcode
created in the try-except construct. It is actually a known opcode, but
it was given no entry in the table of eop-string pairings. To fix this,
find the extended opcode mappings (ext_mappings) table near the top of
disassemble.c and add an entry:
{EOP_PUSH_LABEL, "PUSH_LABEL"}
and the problem ought to go away...
ningolia@[oxygen|neon|stu].ci.lexington.ma.us
ingolia@molbio.mgh.harvard.edu