- Caleb_J help topic for ez80
- 10 Dec 2015 12:30:34 pm
- Last edited by Caleb_J on 15 Jun 2017 08:07:37 pm; edited 1 time in total
So while do know a lot about TI-BASIC, I think it's time for me to move on to better, faster games. And that can mean only 1 thing: learning Assembly for the CE. I've looked at the assembly in 28 days manual, and I got lost on the first lesson. What I want to specifically learn is how to:
If I can learn these three things, I will be well on my way to becoming a Assembly programmer. And to creating a MUCH better Galaga program, because that is what I plan to use this for.
Question #1: How do I get a sprite like this to appear on the screen?
1.How to make a sprite routine
- a. For the Galaga fighter
b. For the enemies
2.How to handle movement with the arrow keys
- a.Only left and right arrow keys
3.How to make a assembly program exit with the press of the [MODE] key.
4. And how to use a key to shoot.
If I can learn these three things, I will be well on my way to becoming a Assembly programmer. And to creating a MUCH better Galaga program, because that is what I plan to use this for.
Question #1: How do I get a sprite like this to appear on the screen?