Difference between revisions of "HuC6280 Instruction Set Table"
From Archaic Pixels
(13 intermediate revisions by the same user not shown) | |||
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 td:nth-child(2n) | ||
+ | { | ||
+ | font-size: inherit; | ||
+ | border-right-width: 4px; | ||
+ | border-right-color: white; | ||
+ | border-right-style:solid; | ||
+ | } | ||
+ | </css> | ||
{| class="opcode_table" | {| class="opcode_table" | ||
|- | |- | ||
| colspan=2 style="text-align:center;font-size: inherit" | [[Quick Instruction Set List]] | | colspan=2 style="text-align:center;font-size: inherit" | [[Quick Instruction Set List]] | ||
− | | colspan=2 style="text-align:center;font-size: inherit" | [[HuC6280 Instruction Set | Full Instruction Set | + | | colspan=2 style="text-align:center;font-size: inherit" | [[HuC6280 Instruction Set | Full Instruction Set]] |
| colspan=6 | | | colspan=6 | | ||
|- | |- | ||
Line 84: | Line 107: | ||
| [[HuC6280_Instruction_Set#SMBn_-_Set_Memory_Bit_n|smbi]] || [[HuC6280_Instruction_Set#SMBn_-_Set_Memory_Bit_n|Set Memory Bit i (SMBi)]] | | [[HuC6280_Instruction_Set#SMBn_-_Set_Memory_Bit_n|smbi]] || [[HuC6280_Instruction_Set#SMBn_-_Set_Memory_Bit_n|Set Memory Bit i (SMBi)]] | ||
|- | |- | ||
− | | [[HuC6280_Instruction_Set#ST0_- | + | | [[HuC6280_Instruction_Set#ST0_-_Store_.28HuC6270.29_VDC_No._0|st0]] || [[HuC6280_Instruction_Set#ST0_-_Store_.28HuC6270.29_VDC_No._0|Store HuC6270 No. 0 (ST0)]] |
− | | [[HuC6280_Instruction_Set#ST1_- | + | | [[HuC6280_Instruction_Set#ST1_-_Store_.28HuC6270.29_VDC_No._1|st1]] || [[HuC6280_Instruction_Set#ST1_-_Store_.28HuC6270.29_VDC_No._1|Store HuC6270 No. 1 (ST1)]] |
− | | [[HuC6280_Instruction_Set#ST2_- | + | | [[HuC6280_Instruction_Set#ST2_-_Store_.28HuC6270.29_VDC_No._2|st2]] || [[HuC6280_Instruction_Set#ST2_-_Store_.28HuC6270.29_VDC_No._2|Store HuC6270 No. 2 (ST2)]] |
| [[HuC6280_Instruction_Set#STA_-_Store_Accumulator|sta]] || [[HuC6280_Instruction_Set#STA_-_Store_Accumulator|Store Accumulator to Memory (STA)]] | | [[HuC6280_Instruction_Set#STA_-_Store_Accumulator|sta]] || [[HuC6280_Instruction_Set#STA_-_Store_Accumulator|Store Accumulator to Memory (STA)]] | ||
| [[HuC6280_Instruction_Set#STX_-_Store_X|stx]] || [[HuC6280_Instruction_Set#STX_-_Store_X|Store X Register to Memory (STX)]] | | [[HuC6280_Instruction_Set#STX_-_Store_X|stx]] || [[HuC6280_Instruction_Set#STX_-_Store_X|Store X Register to Memory (STX)]] | ||
Line 112: | Line 135: | ||
| [[HuC6280_Instruction_Set#TXS_-_Track_X_to_Stack_Pointer|txs]] || [[HuC6280_Instruction_Set#TXS_-_Track_X_to_Stack_Pointer|Transfer X Register to Stack Pointer (TXS)]] | | [[HuC6280_Instruction_Set#TXS_-_Track_X_to_Stack_Pointer|txs]] || [[HuC6280_Instruction_Set#TXS_-_Track_X_to_Stack_Pointer|Transfer X Register to Stack Pointer (TXS)]] | ||
| [[HuC6280_Instruction_Set#TYA_-_Transfer_Y_to_Accumulator|tya]] || [[HuC6280_Instruction_Set#TYA_-_Transfer_Y_to_Accumulator|Transfer Y Register to Accumulator (TYA)]] | | [[HuC6280_Instruction_Set#TYA_-_Transfer_Y_to_Accumulator|tya]] || [[HuC6280_Instruction_Set#TYA_-_Transfer_Y_to_Accumulator|Transfer Y Register to Accumulator (TYA)]] | ||
− | | | + | | |
− | | | + | | |
+ | |} |