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