Re: A83: More questions


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

Re: A83: More questions




To put it simple, carry occurs when the processor tries to put a value in a
register that is bigger than that the register can hold.
you can also think of it as a bit on step more significant than the most
significant bit.
so when modifying a byte, carry is bit 8. When modifying a word, its bit 16.

and compares is simply subtractions that only affects the flags, without
modifying the registers.. 

//Olle

the homonerdicus wrote:
> 
> Hi
> 
> jp c,label
> jp nc,label2
> 
> What does the carry operator mean exactly
> I know about z, nz, p, n and oyher but carry ..?
> 
> Is there a way to convert an integer to a floating point.?
> 
> thanks
> 
> homonerdicus
> 
> Get Your Private, Free Email at http://www.hotmail.com


References: