What's to know about pointers? They do what it says on the tin.
They point to memory - this "pointed to" memory will contain something that is of use to you, even other pointers.
Now, zero page indexed addressing, that can be confusing!
They point to memory - this "pointed to" memory will contain something that is of use to you, even other pointers.
Now, zero page indexed addressing, that can be confusing!
I think it's the kind of thing that good programmers just get.
I was working through the stanford online learning stuff recently and did the exercise to make a breakout clone. It was fun... but it took me a long time to do.
Leave a comment: