aboutsummaryrefslogtreecommitdiff
path: root/ia32/bitwise.sts
diff options
context:
space:
mode:
Diffstat (limited to 'ia32/bitwise.sts')
-rw-r--r--ia32/bitwise.sts6
1 files changed, 6 insertions, 0 deletions
diff --git a/ia32/bitwise.sts b/ia32/bitwise.sts
new file mode 100644
index 0000000..6d376e4
--- /dev/null
+++ b/ia32/bitwise.sts
@@ -0,0 +1,6 @@
+defasm xor
+ # 5b ?' ; pop ebx
+ # 58 ?' ; pop eax
+ # 31 ?' # d8 ?' ; xor eax, ebx
+ # 50 ?' ; push eax
+next