diff options
Diffstat (limited to 'ia32')
-rw-r--r-- | ia32/bitwise.sts | 6 | ||||
-rw-r--r-- | ia32/ia32.sts | 1 |
2 files changed, 7 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 diff --git a/ia32/ia32.sts b/ia32/ia32.sts index 4d9e426..a667ebf 100644 --- a/ia32/ia32.sts +++ b/ia32/ia32.sts @@ -4,4 +4,5 @@ module ia32/stack.sts module ia32/branch.sts module ia32/memory.sts module ia32/math.sts +module ia32/bitwise.sts module ia32/syscall.sts |