mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-02 10:33:53 +00:00
Add borders to truth tables
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2782 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7bae3950ee
commit
c98cbbcc08
@ -1096,7 +1096,7 @@ have identical types.<p>
|
||||
|
||||
The truth table used for the '<tt>and</tt>' instruction is:<p>
|
||||
|
||||
<center><table border=0>
|
||||
<center><table border=1 cellspacing=0 cellpadding=4>
|
||||
<tr><td>In0</td> <td>In1</td> <td>Out</td></tr>
|
||||
<tr><td>0</td> <td>0</td> <td>0</td></tr>
|
||||
<tr><td>0</td> <td>1</td> <td>0</td></tr>
|
||||
@ -1136,7 +1136,7 @@ have identical types.<p>
|
||||
|
||||
The truth table used for the '<tt>or</tt>' instruction is:<p>
|
||||
|
||||
<center><table border=0>
|
||||
<center><table border=1 cellspacing=0 cellpadding=4>
|
||||
<tr><td>In0</td> <td>In1</td> <td>Out</td></tr>
|
||||
<tr><td>0</td> <td>0</td> <td>0</td></tr>
|
||||
<tr><td>0</td> <td>1</td> <td>1</td></tr>
|
||||
@ -1177,7 +1177,7 @@ have identical types.<p>
|
||||
|
||||
The truth table used for the '<tt>xor</tt>' instruction is:<p>
|
||||
|
||||
<center><table border=0>
|
||||
<center><table border=1 cellspacing=0 cellpadding=4>
|
||||
<tr><td>In0</td> <td>In1</td> <td>Out</td></tr>
|
||||
<tr><td>0</td> <td>0</td> <td>0</td></tr>
|
||||
<tr><td>0</td> <td>1</td> <td>1</td></tr>
|
||||
@ -1736,7 +1736,7 @@ more...
|
||||
<address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address>
|
||||
<!-- Created: Tue Jan 23 15:19:28 CST 2001 -->
|
||||
<!-- hhmts start -->
|
||||
Last modified: Tue Jun 25 12:54:52 CDT 2002
|
||||
Last modified: Tue Jun 25 13:05:52 CDT 2002
|
||||
<!-- hhmts end -->
|
||||
</font>
|
||||
</body></html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user