
OBJVIEW v1.2  Viewer Plugin for the INTEL OMF-51 and OMF-86 format
------------------------------------------------------------------
Copyright (c)2003 Andreas Ziemer
OBJVIEW@a-z-e.de

Check for the latest version at http://totalcommander.a-z-e.de

View the contents of an OMF-51 or OMF-86 object in record format, CONTENT
records in conjunction with FIXUP records are shown in disassembly form
(currently only for OMF-51 objects).

OMF-51 format is the format assembler/compilers for the INTEL 8051 family
generate (i.e. INTEL, KEIL, FRANKLIN, RAISONACE etc.)


NOTE: The 8051 disassembler portion reads the configuration file section
[OBJVIEW] which currently can have a key called SYMBOLS51={filename},
where {filename} points to a standard C header file containing definitions
of SFRs and SBITs for 8051 objects.

Format of the header file:

sfr ACC = 0xE0;		/* optional comment */
sbit CY = 0xD7;		// or like this

anything different from the above (except changes in whitespace)
is simply ignored. This only works for SFRs and SBITs, not for other
storage classes.


Installation
------------
Copy the OBJVIEW.WLX and add it as a lister plugin.
See the Total Commander help on how to do this.

Andreas

This software is copyrighted free software! If you like to donate anyway,
and I'd be pleased to give you my bankaccount ;-)

Mail me about bugs or your opinions.

Legal disclaimer:
-----------------
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR ANY PARTICULAR PURPOSE.

