You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the handbook section 2.6.4 (about predicate instructions), the pmov instruction is explained as being identical to por Pd = Ps | Ps.
This is wrong and should be por Pd = Ps | !p0.
In the handbook section 2.6.4 (about predicate instructions), the
pmovinstruction is explained as being identical topor Pd = Ps | Ps.This is wrong and should be
por Pd = Ps | !p0.