A89: Re: matrix


[Prev][Next][Index][Thread]

A89: Re: matrix




You way is as good as, if not better than my way.  Move everything.. =)

Seriously, you know a lot more than I do about asm.  And if you don't know
it, probability is that I don't know it.  I think ti89.acz.org might have a
fast memcopy routine or something, but I'm not sure... I'll check a little
later.

-Miles Raymond      EML: m_rayman@bigfoot.com
ICQ: 13217756       IRC: Killer2        AIM: KilIer2 (kilier2)
http://www.bigfoot.com/~m_rayman/

----- Original Message -----
From: <S43R80@aol.com>
To: <assembly-89@lists.ticalc.org>
Sent: Wednesday, July 07, 1999 10:33 PM
Subject: A89: matrix


> what is the BEST way to move a matrix to another memory address...for
> instance if i may need a matrix later and want to preserve it before i
alter
> it then what is the best way to do this...
> ie:
> matrix:
>  dc.b 1234
>  dc.b 1234...or whatever...
> and i want to move it to memory positon 'matrix2'
>
> i know how i would do this...but i would like to know of the most
efficient
> way
>
> -Steven



References: