<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Predication (computer architecture) - Page 8 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Predication_(computer_architecture)&amp;p=7">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Predication_%28computer_architecture%29&amp;p=9">3.Next</a>
</p>
<p>predication, all possible branch paths are coded inline, but some instructions execute while others do not. The basic idea is that each instruction is associated with a predicate (the word here used similarly to its usage in <a href="page.php?w=predicate_logic">predicate logic</a>) and that the instruction will only be executed if the predicate is true. The machine code for the above example using predication might look something like this:</p>

<p><syntaxhighlight lang="c">(condition)     do_something(not condition) do_something_else</syntaxhighlight></p>

<p>Besides</p><p>
<a accesskey="1" href="page.php?w=Predication_(computer_architecture)&amp;p=7">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Predication_%28computer_architecture%29&amp;p=9">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
