This dialog, invoked from the Operations/Arithmetic... menu item, allows you to specify an arithmetic operation to be performed on the file.
The 'Operator' listbox contains the various operations that can be performed. Most of these are self-explanatory. For instance, 'Add' adds the Operand to the values found in the document. 'Set to 0 if less than' sets data in the document ot 0 if its current value is less than the operand. 'Truncate high values' sets the data to equal the operand, if it was previously greater than the operand. 'Fill low values' is the reverse, setting data to equal the operand if it was previously higher.
The 'Operand' field allows a number to be entered (it will be interpreted as hex if the adjacent 'Hex' box is checked). This number is applied to the data in the document differently depending on the Operation selected.
The 'Treat Data As' listbox contains a list of types. The data in the document will be interpreted as the type specified here when the arithmetic operation is performed.
When 'OK' is clicked, AXE goes through the document performing the appropriate operations and writing data back to the document. For instance, one could XOR every byte in the document with a given value, or multiply every marked floating-point number by a given value.