x0reaxeax / x0rcmp

Implementing conditions purely with XOR instruction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

x0rcmp

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

About

Implementing conditions purely with XOR instruction


Languages

Language:Assembly 96.7%Language:Makefile 3.3%