|
Subject: Re: [stella] 6 digit code: Question 3 From: "Andrew Davie" <atari2600@xxxxxxxxxxxxx> Date: Thu, 11 Sep 2003 14:44:12 +1000 |
|
You haven't initialised the high byte of the last
pointer.
lda
#>l_a ;
2
sta digitPtr+1 ; 3 sta digitPtr+3 ; 3 sta digitPtr+5 ; 3 sta digitPtr+7 ; 3 sta digitPtr+9 ; 3 That's your high byte init. It's doing 5
pointers.
You should probably add
sta digitPtr+$b
Cheers
A
|
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [stella] 6 digit code: Question 3, Chris Larkin | Thread | [stella] opinions on 2 frame 8x8 Fu, KirkIsrael |
| [stella] opinions on 2 frame 8x8 Fu, KirkIsrael | Date | Re: [stella] opinions on 2 frame 8x, Andrew Davie |
| Month |