From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5b8bca5ab7919c3f X-Google-Attributes: gid103376,public From: Michael Levasseur Subject: Re: VADSworks Compiler Questions Date: 1997/01/22 Message-ID: <32E66B7C.C6A@gdesystems.com>#1/1 X-Deja-AN: 211518225 references: to: "Rene H. Railey" content-type: text/plain; charset=us-ascii organization: GDE Systems Inc. mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 3.01 (X11; I; SunOS 5.5.1 sun4m) Date: 1997-01-22T00:00:00+00:00 List-Id: Rene H. Railey wrote: > > I have the VADSworks 3.0 compiler suite for Sun hosts. We are downloading to > some MVME-167 68040 processor cards. I was wonering how I could get a assembly > listing of some of the Ada code I have. I would like to get short print outs > of some of my Ada code in 68040 assembly. How can I do this ? > > Thanks for the help. > Hello, We're using VADSWorks with VxWorks on a MIPS processor for DIWS. Use can get an assembly list for a unit. "a.das" will give you the assembly listing. Type "man a.das" to see the help on a.das. Good luck...