Printing the contents of a bytecode file

Author(s): Daniel Cabeza.

This simple program takes as an argument a bytecode (.po) file and prints out in symbolic form the information contained in the file. It uses compiler and engine builtins to do so, so that it keeps track with changes in bytecode format.

Usage (viewpo)

   
	viewpo <file1>.po
	   : print .po contents in symbolic form

	viewpo -h
	   : print this information