Skip to content

Implementing conditions purely with XOR instruction

Notifications You must be signed in to change notification settings

x0reaxeax/x0rcmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published