Re: [stella] Bubble Sort

Subject: Re: [stella] Bubble Sort
From: Manuel Polik <cybergoth@xxxxxxxx>
Date: Tue, 26 Mar 2002 01:10:13 +0100
Arghh!!

I tried something more.

While this is not working

>    LDY indextbl,X
>    LDA ypos,Y
>    LDY indextbl+1,X
>    CMP ypos,Y
>    BPL NoSwap

This does again:

    LDY indextbl+1,X
    LDA ypos,Y
    LDY indextbl,X
    CMP ypos,Y
    BMI NoSwap

More magic...

I go to bed now. It's time for you Americans to solve 
the puzzle, so when I wake up tomorrow my world will be 
restored once I read the [Stella] mails :-)

Greetings,
	Manuel

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


Current Thread