Assembly language-logic instructions

      8086CPU logic instructions
and, or, not, xor, test, shl, shr, sal, sar, rol, ror, rcl, rcr, etc. are all logic instructions. Except for not, their execution results affect the relevant flag bits of the flag register.

Guess you like

Origin blog.csdn.net/ma2595162349/article/details/108556906