Template:8BitRegister: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
(Created page with "<table border="1" cellspacing="0" cellpadding="3"> <tr style="background:lightgrey;"> <td>Bit #</td> <td>7</td> <td>6</td> <td>5</td> <td>4</td> <td>3</td> <td>2</td> <td>1</td> …")
 
mNo edit summary
Line 1: Line 1:
<table border="1" cellspacing="0" cellpadding="3">
<table class="bitdef">
<tr style="background:lightgrey;">
<tr>
<td>Bit #</td>
<td><b>Bit #</b></td>
<td>7</td>
<td style="background:#EEE;">7</td>
<td>6</td>
<td style="background:#EEE;">6</td>
<td>5</td>
<td style="background:#EEE;">5</td>
<td>4</td>
<td style="background:#EEE;">4</td>
<td>3</td>
<td style="background:#DDD;">3</td>
<td>2</td>
<td style="background:#DDD;">2</td>
<td>1</td>
<td style="background:#DDD;">1</td>
<td>0</td>
<td style="background:#DDD;">0</td>
</tr><tr>
</tr><tr>
<td>Def:</td>
<td><b>Def</b></td>
<td colspan={{{2}}}>{{{1}}}</td>
<td colspan={{{2}}}>{{{1}}}</td>
{{#if:{{{3|}}}|<td colspan={{{4}}}>{{{3}}}</td>}}{{#if:{{{5|}}}|<td colspan={{{6}}}>{{{5}}}</td>}}{{#if:{{{7|}}}|<td colspan={{{8}}}>{{{7}}}</td>}}{{#if:{{{9|}}}|<td colspan={{{10}}}>{{{9}}}</td>}}{{#if:{{{11|}}}|<td colspan={{{12}}}>{{{11}}}</td>}}{{#if:{{{13|}}}|<td colspan={{{14}}}>{{{13}}}</td>}}{{#if:{{{15|}}}|<td colspan={{{16}}}>{{{15}}}</td>}}
{{#if:{{{3|}}}|<td colspan={{{4}}}>{{{3}}}</td>}}{{#if:{{{5|}}}|<td colspan={{{6}}}>{{{5}}}</td>}}{{#if:{{{7|}}}|<td colspan={{{8}}}>{{{7}}}</td>}}{{#if:{{{9|}}}|<td colspan={{{10}}}>{{{9}}}</td>}}{{#if:{{{11|}}}|<td colspan={{{12}}}>{{{11}}}</td>}}{{#if:{{{13|}}}|<td colspan={{{14}}}>{{{13}}}</td>}}{{#if:{{{15|}}}|<td colspan={{{16}}}>{{{15}}}</td>}}
</tr></table>
</tr></table>

Revision as of 19:21, 10 February 2011

Bit # 7 6 5 4 3 2 1 0
Def {{{1}}}