Actions
$xor » History » Revision 1
Revision 1/4
| Next »
Per Amundsen, 08/11/2015 06:21 AM
$xor(A,B)
Returns A binary xor B.
Parameters
A - The binary value to xor.
B - The binary value to xor to.
Example
; xor 1110 into 1001. //echo -ag $xor(1110,1001)
Updated by Per Amundsen over 9 years ago · 1 revisions