Difference between revisions of "HuC6280 Instruction Set Table"
From Archaic Pixels
(→HuC6280 Instruction Set) |
|||
Line 1: | Line 1: | ||
+ | <css> | ||
+ | .opcode_table | ||
+ | { | ||
+ | color: black; | ||
+ | empty-cells: hide; | ||
+ | } | ||
+ | |||
+ | .opcode_table td | ||
+ | { | ||
+ | padding-left: 4px; | ||
+ | padding-right: 2px; | ||
+ | height: 30px; | ||
+ | background-color: #EEEEEE; | ||
+ | font-size: 16pt; | ||
+ | } | ||
+ | |||
+ | .opcode_table tr:nth-child(2n+1) | ||
+ | { | ||
+ | font-size: inherit; | ||
+ | border-right-width: 4px; | ||
+ | border-right-color: white; | ||
+ | border-right-style:solid; | ||
+ | } | ||
+ | </css> | ||
+ | |||
===HuC6280 Instruction Set === | ===HuC6280 Instruction Set === | ||
{| class="opcode_table" | {| class="opcode_table" |
Revision as of 22:37, 12 September 2010