Examples

  Lower  EQU  0111y          ; 7h - binary radix suffix
  Upper  EQU  1110y          ; Eh - binary radix suffix

  MOV  AX, Upper XOR Lower   ; moves 0110 into AX


[Back: Constraints]
[Next: Bitwise One's Complement Expression]