diff options
Diffstat (limited to 'ia32/bitwise.sts')
-rw-r--r-- | ia32/bitwise.sts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ia32/bitwise.sts b/ia32/bitwise.sts index 6d376e4..b86e6c6 100644 --- a/ia32/bitwise.sts +++ b/ia32/bitwise.sts @@ -1,6 +1,6 @@ defasm xor - # 5b ?' ; pop ebx - # 58 ?' ; pop eax - # 31 ?' # d8 ?' ; xor eax, ebx - # 50 ?' ; push eax + # 5b ?' ; pop ebx + # 58 ?' ; pop eax + # 31 ?' # d8 ?' ; xor eax, ebx + # 50 ?' ; push eax next |