Add check byte expression

Available Operator

name operator
+ - × ÷ + - * /
AND @&
OR @|
XOR @^
NOT @~

Example

rules → how to add
b2=b1b2=b1
b4=b2 + 0x1Fb4=b2+31
b15=b0 xor b1[email protected]^b1
b2=not b0[email protected]~b0
Note1: Please convert the hexadecimal number to decimal

Extended Usage

Visit mXparser WebSite