Changes

Jump to: navigation, search

6502 Instructions - Introduction

1 byte removed, 12:33, 19 January 2022
Arithmetic and Bitwise Operations
LSR ; logical shift right
ROR ; rotate right
There are also instructions for bitwise operations such as exclusive-OR, OR, and AND. Exclusive-OR with #$FF is equivalent to a NOT operation, and these operations can be combined to produce other logical operations such as NOR and NAND.

Navigation menu