Prism
Operation Manual Issue 2.00
Page 7.18
7.3.4.6.
WINDOW menu
The WINDOW menu contains the following options:
Tile
Tile the editor windows
Cascade
Cascade the editor windows
Arrange Icons
Rearrange any icons representing minimized editor windows
Close All
Close all editor windows
Save state
Save the current state of the editor desktop to a disk file
Restore state
Restore the current state of the editor from the above disk file
7.3.4.7.
ABOUT menu
Clicking on the ABOUT pull-down causes a message box to be displayed showing the
release details of the program.
7.3.4.8.
List File format
A List File is generated by the compiler during every compilation and contains details
of the compiler output and any errors found. The format of the file is as follows for each
source-line compiled:
[error messages if any]
Line number: Source file text for this line
Binary output offset: Binary output bytes (the compiled opcodes)
Thus for a typical line:
040: MEAS_FS_ERROR; AND(07FFFh);
00ba: 38 3b 7f ff
Error messages are detailed in a following section and may contain part of the
offending line or Instruction.
At the end of the List File a list of all the jumps made is shown, together with any errors
caused by missing or unresolved labels. The file ends with a message showing how
many lines were compiled in total.
List Files may be loaded into the text editor using the FILE:OPEN menu option. They
are automatically loaded if any compilation errors occur.