TOC PREV NEXT INDEX DOC LIST MASTER INDEX



Disassembler

The Apex disassembler is an object module disassembler that interleaves source lines and assembler instructions. Unlike disassembling from within the debugger, it needs no target hardware to operate. The result is stored in files with the extension .asm.


Invocation

Invoke the disassembler either from the Apex GUI or from the command line.

GUI Invocation

To invoke the Disassembler, use the Compile > Show > Disassemble command. Check the Visit the disassembly files(s) box to display a window containing the disassembled code.

The disassembler will create a file with the .asm extension containing the disassembled code. This file can be referred to later or simply deleted.

Command-Line Invocation

Syntax
Alias
Description

This command disassembles the object code created for the named source code file. Typically, a body (for example filename.2.ada) is specified. However, specs can generate elaboration code.

Parameters:


Rational Software Corporation 
http://www.rational.com
support@rational.com
techpubs@rational.com
Copyright © 1993-2002, Rational Software Corporation. All rights reserved.
TOC PREV NEXT INDEX DOC LIST MASTER INDEX TECHNOTES APEX TIPS