Nyxx fully implements the complete set of official MOS 6502 mnemonics. All documented instructions, including those for arithmetic, logical, branching, and stack operations, are supported.

The implementation targets accuracy and correctness based on the original 6502 behavior. Undocumented or illegal opcodes (so-called "illegal instructions") are intentionally omitted to preserve clean architecture and maintain compatibility with NES Mapper 0 expectations.

Load/Store Instructions

Transfer Instructions

Arithmetic Instructions