Getting close to getting a simple display up despite everything that's happening to me. The problem I'm having is for some reason i can't set my background to quickly change to white then back to blue when the fire button is pressed. Here's the bit of code that does it:
lda INPT4 ; was the gun trigger pressed? bmi SkipCheckFire ; if the gun's trigger wasn't pressed then jump to SkipCheckFire lda #WHITE sta COLUBK ; set the background color to white lda #BLUE sta COLUBK ; then back to blue to simulate a gunfire SkipCheckFireIn practice this should work, but it doesn't. I have attached my code for reference. Any assistance would be greatly appreciated.
Sincerely,
Primordial Ooze














