|
NOT fr Not fr Words: 1 Cycles: 1 Affects: Z
Operation: Fr is converted into its oneâs complement value. Z will be set to 1 if the result was 0, otherwise Z will be cleared to 0.
Coding: COMF fr,1
NOT W Not W Words: 1 Cycles: 1 Affects: Z
Operation: W is converted into its oneâs complement value. Z will be set to 1 if the result was 0, otherwise Z will be cleared to 0.
Coding: XORLW 0FFh |

