Re: [stella] preliminary `how to use DASM' doc

Subject: Re: [stella] preliminary `how to use DASM' doc
From: Thomas Jentzsch <tjentzsch@xxxxxx>
Date: Tue, 9 Oct 2001 22:48:38 +0100
B. Watson wrote:

>> Still, all your solutions have a little problem, because they always(?) start at the next page, even if the code is below the offset at the current page.
>> 
>> Now let me try again:
>> ORG [>[.+255-90]+90]
>> 
>> So, this should result in:
>> PC = $F980 -> F990
>> PC = $F9A0 -> FA90

> Close... looks like you want:

>    org [>[.+255-90]*256+90]
> ...so it looks like it works if you add the *256

That's it! Thanks!


> try this:
> [snip]

If you replace 90 with $90, then it shows :)

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


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

Current Thread