RE: A92: Questions about some instructions


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

RE: A92: Questions about some instructions






>-----Original Message-----
>From: owner-assembly-92@lists.ticalc.org
>[mailto:owner-assembly-92@lists.ticalc.org]On Behalf Of Mike Menefee
>Sent: Saturday, June 06, 1998 10:29 PM
>To: assembly-92@lists.ticalc.org
>Subject: Re: A92: Questions about some instructions
>
>
>
>>BVS is when the result can't be calculated, aka overflow. [How can that
>happen? Anyone wanna explain?]
>
>Ya try and put too big of a number into too small of a var (ex. try to put
>2,000 into and 8 bit int.. :)
>

That's not possible though. Say you put a word of "$FFFF". If you do "TST.B d0",it will truncate the last byte...

I dunno what happens if you do "TST.B $FFFF"

>Later,
>MikeM
>


References: