Implementation of conditions using only the xor
instruction on x86-64.
Demonstrates the following equality check and conditional variable value assignment:
if (var1 == 39) {
var2 = 42;
}
Read more at http://x0reaxe.ax/x0rcmp.html
Implementation of conditions using only the xor
instruction on x86-64.
Demonstrates the following equality check and conditional variable value assignment:
if (var1 == 39) {
var2 = 42;
}
Read more at http://x0reaxe.ax/x0rcmp.html