diff --git a/theory2.org b/theory2.org index 2f9557d..e534f30 100644 --- a/theory2.org +++ b/theory2.org @@ -101,8 +101,8 @@ state || predict taken || next state if taken || next state if not taken || =======||=================||=======================||==========================|| 00 || NO || 01 || 00 || - 01 || NO || 11 || 00 || - 10 || YES || 11 || 00 || + 01 || NO || 10 || 00 || + 10 || YES || 11 || 01 || 11 || YES || 11 || 10 || #+end_src