Changes

Jump to: navigation, search

6502 Instructions - Introduction

No change in size, 17:12, 13 September 2022
Arithmetic and Bitwise Operations
=== Arithmetic and Bitwise Operations ===
 
'''For full details on all of the arithmetic and bitwise instructions, see the [[6502 Math]] page.'''
The 6502 has rudimentry addition and subtraction instructions, which operate on the accumulator (A):
EOR ; bitwise exclusive-OR (with accumulator)
ORA ; bitwise OR (with accumulator)
 
'''For full details on all of the arithmetic and bitwise instructions, see the [[6502 Math]] page.'''
=== Test and Comparison Operations ===

Navigation menu