Re: A86: That crazy IX register


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

Re: A86: That crazy IX register




you can use (ix+n) like (hl)
you can use ix like bc or de
some other places you can use ix like hl: ex (sp),ix; add ix,de; ld
sp,ix;
there are some "undocumented" instructions that let you work with hx and
lx, which are the byte components of ix.
using ix is also going to be slower and take more space.

this is also true for iy.

-josh


On Fri, 11 Sep 1998 11:10:27 -0400 "Stephen Horne" <HorneS@rpi.edu>
writes:
>
>I might have asked this before, but can one use the IX register like 
>you
>would any other register?? If not, in what context is it used? I'd 
>assume
>you can't split it up as I and X, but can do you things like ld ix,hl 
>(for
>example.)
>
>Also, is there an equivalent to ld hl,(sp)? I asked this on #ti, but 
>didn't
>really get an answer. Thanks.
>_________________________________________________
>Stephen Horne -- HorneS@rpi.edu -- www.wickedquality.com
>
>:q :q! :wq :w :w! :wq! :quit :quit! :help help helpquit quit quithelp
>:quitplease :quitnow :leave ^X^C ^C ^D ^Z ^Q QUITDAMMIT
>_________________________________________________
>
>
>

_____________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com
Or call Juno at (800) 654-JUNO [654-5866]


References: