What is an addressing mode?

In a recent post I referenced addressing modes. But what the heck are they!? Setting the stage The instruction register holds the program instruction that is currently being run. A fixed number of bits within the instruction register represent the operation, e.g. “op. code” — exa … | Continue reading


@eli.li | 2 years ago

Continue reading


@eli.li | 2 years ago

Notes on 6502 Assembly

The NES runs a very slightly modified 6502 processor. What follows are some very introductory, and not at all exhaustive notes on 6502 Assembly, or ASM. If you find this at all interesting, Easy 6502 is a really great introductory primer on 6502 Assembly that lets you get your ha … | Continue reading


@eli.li | 2 years ago