[A83] Re: "swap"
[Prev][Next][Index][Thread]
[A83] Re: "swap"
At 07:19 PM 5/1/02 -0700, you wrote:
> > Does anyone know about the "swap" command?
> > What registers does it use?
> >
> > Also, in what registers could you use to store coordinates?
> > Numbers 1-16
> > Easy to access
> >
> > -Calc Freak
> >
> >
The best way to pick registers is to look at calls you might be making when
the registers will be in use. If the registers are destroyed by the
calls, you will have to waste time pushing and poping them, and this is bad
if it can be avoided.
References: