ecdump - elastiC bytecode disassembler
======================================

Marco Pantaleoni (panta@elasticworld.org)

1. SYNOPSIS
===========

ecdump [ -a ] [ bytecode file ]

2. DESCRIPTION
==============

ecdump is the disassembler for elastiC bytecode. It is primarily
intended as a debugging tool for developing elastiC compiler.

3. OPTIONS
==========

o    -a dump all (not only top-level procedures)

4. RETURN VALUE
===============

On a fatal error, the program returns an exit code greater than 0.

5. EXAMPLES
===========

 ecdump hello.ecc

 ecdump -a hello.ecc

6. SEE ALSO
===========

the ecc(1) manpage: for the bytecode compiler

7. BUGS
=======

None known.

8. AUTHOR
=========

Marco Pantaleoni (panta@elasticworld.org)

9. COPYRIGHT
============

Copyright (C) 1997-1999 Marco Pantaleoni. All rights reserved.

The contents of this file are subject to the elastiC License version
1.0 (the "elastiC License"); you may not use this file except in
compliance with the elastiC License. You may obtain a copy of the
elastiC License at http://www.elasticworld.org/LICENSE

IN NO EVENT SHALL THE AUTHOR OR DISTRIBUTORS BE LIABLE TO ANY PARTY
FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
DERIVATIVES THEREOF, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

THE AUTHOR AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND
NON-INFRINGEMENT.  THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, AND
THE AUTHOR AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE MAINTENANCE,
SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

See the elastiC License for the specific language governing rights and
limitations under the elastiC License.

