Lab 2 - 6502 Math Lab
Hey there! Today, I’m diving into an Assembly Language project where I built a simple animation that moves a 5×5 graphic diagonally across the screen and makes it bounce off the edges—kind of like a classic screensaver. This project was all about getting hands-on with low-level programming, handling memory directly, and figuring out how to make things move smoothly within a constrained environment.
If you’ve ever wondered how old-school games and animations worked behind the scenes, this is a great example of the kind of logic they used. Let’s break it down!
Comments
Post a Comment