Re: Aw: Re: [stella] Euchre: up against the wall again

Subject: Re: Aw: Re: [stella] Euchre: up against the wall again
From: "B. Watson" <urchlay@xxxxxxxxxxxxxxxx>
Date: Sun, 25 Nov 2001 16:34:32 -0500 (EST)
On Sun, 25 Nov 2001, Manuel Polik wrote:

> Well, wouldn't a jump-tabled approach look like this:
>
> ; Init stack for faked jsr
>                 lda #<retPoint
>                 pha
>                 lda #>retPoint
>                 pha

	lda #<retPoint-1

The 6502/6507 pushes the return address minus one..

But yeah, I was considering this identical same technique for my scoring
routine in Poker solitaire..

B.

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


Current Thread