Hello everyone.
I got into NES development a few days ago. I'm currently reading Nerdy Nights Week 7 (Nested loops and JSR stuff) and making a tiny game in the meanwhile. I'm using the NESASM3 compiler and the FCEUXSP emulator. I'm trying to allocate a few variables like score1 and score2, but all my compiler does is throwing an error.
I tried to compile Nerdy Nights Week 7's .asm but it doesn't give any error so I'm pretty sure that my code is wrong, but I can't tell what am I getting wrong, since I tried to get around the problem a few other ways but none of them worked.
Here is my full .asm code, by the way:
https://pastebin.com/wV7S9ef9
Thank you all in advance.
EDIT: I uncommented some lines.
I got into NES development a few days ago. I'm currently reading Nerdy Nights Week 7 (Nested loops and JSR stuff) and making a tiny game in the meanwhile. I'm using the NESASM3 compiler and the FCEUXSP emulator. I'm trying to allocate a few variables like score1 and score2, but all my compiler does is throwing an error.
I tried to compile Nerdy Nights Week 7's .asm but it doesn't give any error so I'm pretty sure that my code is wrong, but I can't tell what am I getting wrong, since I tried to get around the problem a few other ways but none of them worked.
Here is my full .asm code, by the way:
https://pastebin.com/wV7S9ef9
Thank you all in advance.
EDIT: I uncommented some lines.