[A83] Re: ld hl,bc


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

[A83] Re: ld hl,bc




maybe you could also do
push hl
pop bc
but that's a waste of space if
ld h,b
ld l,c
DOES work

----- Original Message -----
From: "Dan Weiss" <dwedit@hotmail.com>
To: <assembly-83@lists.ticalc.org>
Sent: Sunday, May 13, 2001 5:30 PM
Subject: [A83] Re: ld hl,bc


>
> no, it DOES work.
>
>
> >From: "Jan (belgacom)" <jandebeule@belgacom.net>
> >Reply-To: assembly-83@lists.ticalc.org
> >To: "TI-83 assembly-83" <assembly-83@lists.ticalc.org>
> >Subject: [A83] ld hl,bc
> >Date: Sun, 13 May 2001 17:29:30 +0200
> >
> >let's say you have the number 315 in  the register bc. how do you load it
> >in
> >hl?  i tried with ld h,b and ld l,c but it wouldn't work.
> >
> >
> >
> >
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
>




References: