Summary of changes: Release 2.5
· A number of features and fixes to the expression evaluator:
· Fixed user variable evaluation (VAR command), fixed not operator
(!).
· Numbers can also be written as binary, with "0b", or octal, with
"0o" prefix.
· Implemented functions "DataAddr", "CodeAddr", "hibyte" and
"sword"
· ?-command: more strict error checking
· Adding new source file to calculate effective address of
instructions; functions EAddr and EValue to use it; adding code to
display effective address and the target data in the register window.
· Allowed serial VT100 terminal to have widths of 80 or 132 and lines
of 24, 25, 48 or 50.
· Linsym, print extra information message for not being a root, to
use the "su -" format instead.
· Global increase of MAX_STRING from 128 to 160 to accommodate wider
VT100 terminal windows.
· As always, updated documentation.