Re: A83: Re: I am new


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

Re: A83: Re: I am new




>Smiths wrote:
>> 
>> How do you give a number a negative??
>
>You can interpret a byte or word however you want.  What you have 
>stored
>in memory is not a number; it's just a series of bits.  The context 
>will
>tell you whether or not the number is signed - usually negative 
>numbers
>are indicated with the left most bit set.  I believe the Z80/ROM uses

Then if -7=249, -7=%11111001, but your sying -7 should equal %10000111
which is 135.  I don't understand

>two's-complement encoding in such a context.
>
>This is not unique to the Z80 or TI-83.  It's applicable to any
>architecture I know of.
>
>-- 
>John Kugelman.  kugelman@mnsinc.com
>
>I believe we can change anything.
>I believe in my dream.
>    - Joe Satriani
>
>

___________________________________________________________________
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]


Follow-Ups: