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 /html/file_module_x86_id_19.html there is a typo in line 60. Instead of
ZF <span class="operator">=</span> <span class="number">0</span><span class="operator">;</span> it should be
ZF <span class="operator">=</span> <span class="number">1</span><span class="operator">;</span>
since the The ZF flag is set to 1 if all the source operand is 0.
The text was updated successfully, but these errors were encountered:
In /html/file_module_x86_id_19.html there is a typo in line 60. Instead of
ZF <span class="operator">=</span> <span class="number">0</span><span class="operator">;</span>
it should beZF <span class="operator">=</span> <span class="number">1</span><span class="operator">;</span>
since the The ZF flag is set to 1 if all the source operand is 0.
The text was updated successfully, but these errors were encountered: