A 3-letter opcode for the 6502 processor. This opcode increases the 8-bit value in the X register by 1. This wraps around when the end is reached (that is, increasing a value of 255 ($ff) by one turns the value into zero).

Back to the 6502 opcodes metanode