Re: [stella] Odd Occurance in Program

Subject: Re: [stella] Odd Occurance in Program
From: Thomas Jentzsch <tjentzsch@xxxxxx>
Date: Thu, 9 Jan 2003 08:51:03 +0100
Chris wrote:
>LDA Cards,X
 
>Should work with X being the offset on the table I want to work with... however when X gets
>above 50(decimal) the entire kernel crashes right at that point...
 
>Does Absolute,X addressing have a limit to the size of X? I didn't think it could... anyone have a
>clue? I'm stuck. I've moved the table around inside the ROM to see if it was crossing a page or
>something dramatic but nothing...

There is no limit for indexes. (0..255)
Are you using a branch directly after loading the data? Maybe you are relying on some flags here.

If that doesn't help, we need to see the code involved.

Have?fun!
Thomas
_______________________________________________________
Thomas?Jentzsch?????????|?***?Every?bit?is?sacred?!?***
tjentzsch?at?web?dot?de?|



























______________________________________________________________________________
Ent- oder weder? Nein! Wer den nicht kauft, der platzt vor Neid: 
M E D I O N - PC P4 2.4 kompl. nur 969,- http://www.mempag.de/xmas3.php

----------------------------------------------------------------------------------------------
Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://www.biglist.com/lists/stella/


Current Thread