Write a single 16-bit LC-3 instruction (in binary) that sets the condition code bits (N, Z, P) according to the value in R0, but does not change any register values.
The above statement adds value 0 in register 0 which deosn't alter the contents of register 0 but sets the condition code bits (N,Z,P) according to the value in R0.