Re: add with carry
- From: "[Jongware]" <sorry@xxxxxxxxxxx>
- Date: Fri, 6 Oct 2006 10:28:31 +0200
"dave" <dlampley@xxxxxxx> wrote in message
news:1160089612.598285.244500@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
(top-posting fixed)
[jongware] wrote:
"Herbert Kleebauer" <klee@xxxxxxxxx> wrote in messageso, do I have to use the adc function for each add, or just for the
news:45256C82.C5C81FB0@xxxxxxxxxxxx
dave wrote:
could someone explain to me if I'm adding 11h into 66h and moving it
into the al register, why do I have to use the adc function?
Because it is an exercise where you have to learn the usage
of the adc instruction?
Which brings us to the following questions. What do you need to do to get
the right answer? Why would it be possible to get a "wrong" answer
anyway?
(Why "wrong" and not plain wrong (without the quotes)?)
first?
As adc is generally used for _anything but the first_ add, you'd better
reread whatever documents you got at the moment. Seems you missed a point.
Oh, alright, another hint: what's the c in adc? The order "adc - add" is NOT
alphabetic!
[Jongware]
.
- References:
- add with carry
- From: dave
- Re: add with carry
- From: Herbert Kleebauer
- Re: add with carry
- From: [jongware]
- Re: add with carry
- From: dave
- add with carry
- Prev by Date: Re: AMD instruction set
- Next by Date: Re: about assembly compiler
- Previous by thread: Re: add with carry
- Next by thread: Re: add with carry
- Index(es):
Relevant Pages
|