On Mon, 8 Feb 2021 at 11:33, Sam Golob <[email protected]> wrote: > Is there a FREE tool to disassemble an object deck directly > (without linkediting it first)? I know that STARTOOL READOBJ can do it, > but that's an expensive "pay product".
If you just want to disassemble some short instruction sequences, TSO TEST can load an object deck (actually in modern z/OS it uses the binder), and then the LIST subcommand with the I option will disassemble. But it's not intended to deal with an entire program; in particular, it stops as soon as you hit a non-opcode (though IIRC there is a fix for that somewhere). Tony H. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
