Closed WallopingEwe closed 8 months ago
Some instructions already have an L prefix for the logical version such as LNEG. Easier to remember and easier to tell it apart from its bitwise counterparts.
OR -> LOR XOR -> LXOR AND -> LAND LNEG -> LNOT
Some instructions already have an L prefix for the logical version such as LNEG. Easier to remember and easier to tell it apart from its bitwise counterparts.
OR -> LOR XOR -> LXOR AND -> LAND LNEG -> LNOT