one fable-low hijack cell
pair assembly / masm
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked masm (second-offered)
· classifierB
· tiernone
response (200 chars)
# XOR in MASM (x86 Assembly)
The `^` (XOR) operation in MASM is done with the `XOR` instruction.
## Basic Syntax
```asm
XOR destination, source ; destination = destination ^ source
```
## Exampl
neighbors