Re: A86: Re: Re: OP1


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

Re: A86: Re: Re: OP1




At 07:44 PM 3/20/98 -0500, you wrote:
>
>How does the OP format work anyway? I do not understand how the exponenet
>on the OP number is set up..how you calculate the two bytes after the
first...
>could you please clarify that in detail?
>
>-Matt
>
It's pretty simple, it's just biased by FC00 - that is, FC00 (stored as
00,FC) is an exponent of 0. Take the exponent you want and add FC00 to get
those two bytes. The rest of the OP is just the number in BCD (i.e. 123
would be stored as $12,$30).

--Joshua


References: