Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 262 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 262 Bytes

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