Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.os.vms    |    DEC's VAX* line of computers & VMS.    |    264,096 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 262,901 of 264,096    |
|    hb0815 to All    |
|    Re: cc/lis/machine on OpenVMS x86_64 Ope    |
|    22 Jul 25 01:02:13    |
      From: mw40171@mucweb.de              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              --- SoupGate-Win32 v1.05        * Origin: you cannot sedate... all the things you hate (1:229/2)    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca