From Newsgroup: comp.os.vms
On 7/21/25 20:22, Arne Vajh|+j wrote:
$ cc test
$ anal/obj/disasm/out=hello.lis hello
The line numbers in the disassembler output refer to the line numbers in
the listing. So you want to have a compiler listing file. You can append
the disassembler output to it without creating a temporary file with a
command like:
$ pipe (cc/lis=sys$output test ;anal/disa test) |copy sys$pipe test.lis
For convenience you can put it into a DCL script or define a DCL symbol:
$ ccl:="pipe (cc/lis=sys$output &f ;anal/disa &f) |copy sys$pipe &f.lis"
$ f:=test
$ ccl
--- Synchronet 3.21a-Linux NewsLink 1.2