aboutsummaryrefslogtreecommitdiff
path: root/ia32/bitwise.sts
blob: 6d376e4fda0c58164501c2566e85cdab4a96ac86 (plain)
1
2
3
4
5
6
defasm xor
    # 5b ?'                    ; pop ebx
    # 58 ?'                    ; pop eax
    # 31 ?' # d8 ?'            ; xor eax, ebx
    # 50 ?'                    ; push eax
next