Central Processing Unit (CPU) 6510

Related Topics

Instructions Set

  • ADC Add Memory to Accumulator With Carry
  • AND "AND" Memory With Accumulator
  • ASL Shift Left One Bit (Memory or Accumulator)
  • BCC Branch on Carry Clear
  • BCS Branch on Carry Set
  • BEQ Branch on Result Zero
  • BIT Test Bits in Memory with Accumulator
  • BMI Branch on Result Minus
  • BNE Branch on Result Not Zero
  • BPL Branch on Result Plus
  • BRK Force Break
  • BVC Branch on Overflow Clear
  • BVS Branch on Overflow Set
  • CLC Clear Carry Flag
  • CLD Clear Decimal Mode
  • CLI Clear Interrupt Disable Bit
  • CLV Clear Overflow Flag
  • CMP Compare Memory and Accumulator
  • CPX Compare Memory and Index X
  • CPY Compare Memory and Index Y
  • DEC Decrement Memory by One
  • DEX Decrement Index X by One
  • DEY Decrement Index Y by One
  • EOR "Exclusive-Or" Memory With Accumulator
  • INC Increment Memory by One
  • INX Increment Index X by One
  • INY Increment Index Y by One
  • JMP Jump to New Location
  • JSR Jump to New Location Saving Return Address
  • LDA Load Accumulator With Memory
  • LDX Load Index X With Memory
  • LDY Load Index Y With Memory
  • LSR Shift Right One Bit (Memory or Accumulator)
  • NOP No Operation
  • ORA "OR" Memory with Accumulator
  • PHA Push Accumulator on Stack
  • PHP Push Processor Status on Stack
  • PLA Pull Accumulator From Stack
  • PLP Pull Processor Status From Stack
  • ROL Rotate One Bit Left (Memory or Accumulator)
  • ROR Rotate One Bit Right (Memory or Accumulator)
  • RTI Return From Interrupt
  • RTS Return From Subroutine
  • SBC Subtract Memory From Accumulator With Borrow
  • SEC Set Carry Flag
  • SED Set Decimal Mode
  • SEI Set Interrupt Disable Status
  • STA
  • STX
  • STY