Difference between revisions of "HuC6280 Instruction Set Table"
From Archaic Pixels
(→HuC6280 Instruction Set) |
|||
(20 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<css> | <css> | ||
− | .opcode_table { empty-cells: hide; } | + | .opcode_table |
+ | { | ||
+ | color: black; | ||
+ | empty-cells: hide; | ||
+ | } | ||
+ | |||
.opcode_table td | .opcode_table td | ||
{ | { | ||
Line 10: | Line 15: | ||
} | } | ||
− | .opcode_table | + | .opcode_table td:nth-child(2n) |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
{ | { | ||
font-size: inherit; | font-size: inherit; | ||
Line 22: | Line 23: | ||
} | } | ||
</css> | </css> | ||
− | |||
{| class="opcode_table" | {| class="opcode_table" | ||
|- | |- | ||
− | | colspan=2 style="text-align:center" | [[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=6 | | ||
|- | |- | ||
| [[HuC6280_Instruction_Set#ADC_-_Add_with_Carry|adc]] || [[HuC6280_Instruction_Set#ADC_-_Add_with_Carry|Add With Carry (ADC)]] | | [[HuC6280_Instruction_Set#ADC_-_Add_with_Carry|adc]] || [[HuC6280_Instruction_Set#ADC_-_Add_with_Carry|Add With Carry (ADC)]] | ||
Line 105: | 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 133: | 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)]] | ||
− | | | + | | |
+ | | | ||
|} | |} |