Hex Editor
Hex Editor - Binary File Editing Software for Windows

Arithmetic Operations

HHD Software - Hex Editor Serial Port Monitor USB Protocol Analyzer Network Monitor
 
 
 
< PreviousTopNext >

Arithmetic operations include Negation, Addition, Subtraction, Multiplication, Division and Remainder. The first operation does not require an operand, while all others require the operand of a given size. More information is provided in the table below (in the table below x is a variable containg currently processing value):

Name Operand Operation Description
Negation N/A x = -x
Addition a x = x + a
Subtraction a x = x - a
Multiplication a x = x * a
Division a x = [x / a]
Remainder a x = x % a
Set Minimum a x = x < a ? a : x
Set Maximum a x = x > a ? a : x

Arithmetic Operation Dialog

When you execute an arithmetic operation, the following dialog appears:

Arithmetic Operation Dialog

The operation you executed is automatically selected, but you can change it if you like.

If the chosen operation requires an operand, select its type and enter its value.

Alignment

Non-byte size operands are always aligned.

< PreviousTopNext >
Copyright © 2012 HHD Software. All rights reserved.