diff --git a/Basic Live View.html b/Basic Live View.html
index ecb11c4..a492570 100644
--- a/Basic Live View.html
+++ b/Basic Live View.html
@@ -169,6 +169,16 @@
KXOR[B|W|D|Q] is adjusted to KXOR.
\
KMOV[B|W|D|Q] is adjusted to KMOV.
\
KORTEST[B|W|D|Q] is adjusted to KORTEST.
\
+The Jump with mask register instructions.
\
+C5 F8 84 00 00 00 00 = VJKZD K0,0000000000000007
\
+C5 F8 85 00 00 00 00 = VJKNZD K0,0000000000000007
\
+Semi Conflicts with the jump instructions.
\
+66 0F 84 00 00 = JE 0000000000000005
\
+66 0F 85 00 00 = JNE 0000000000000005
\
+These tow jump instructions are still enclosable with K1OM set active.
\
+0F 84 00 00 00 00 = JE 0000000000000006
\
+0F 85 00 00 00 00 = JNE 0000000000000006
\
+Just they can not be adjust to 16 bit in size with K1OM active.
\
Lastly the instruction encoding's used by knights corner using the MVEX encoding is distinguishable from the EVEX encoding used by the Knights landing processor and later without error. \
The only instructions that cause an problem for knights corner support are above.
\
The full Knights corner instruction set is supported under the \"Full X86 Architecture\" compatibility mode. Just that enabling the \"Knights corner\" compatibility mode will correct the mask instruction problem.";
@@ -315,7 +325,7 @@