Tony Cruise

This site provides support materials for the various books and tools that I have published directly or as Electric Adventures

View on GitHub

Classic Game Programming On The NES - Chapter 4 - Math, loops, conditions and bits

This chapter covers

In the last chapter, we covered loading and storing values between the registers in the CPU and memory. In this chapter, we will look at performing some simple math, at making decisions (conditions), and, jumping to other places in your code, and then finally looking at instructions that help us look at and change individual bits and use the special area of memory used for the stack.

Back to main page..

layout: page title: “Classic Games Programming for the NES - Chapter 4 - Starting 6502 assembler” permalink: /ProgrammingGamesForTheNES/CGPNES-CH04