Mail Archives: djgpp/2000/03/24/16:46:43
Hi!
I mean I can't tell to the AS that a variable is (let's say) double.
B,W and L suffixes tells AS that it must treat an integer variable as
either byte or word or double word.
But appending these suffixes to FPU instructions, I get error messages
like "invalid instruction" or something like that. I.e. AS doesn't
recognize FILDW (for 16-bit integer), FLDQ (floating point double), FLDT
(floating point extended - FPU internal 10-byte format).
So is it possible to tell AS that some variable has size of N bytes (for
FPU instructins, not CPU ones)?
Alexei A. Frounze
Prashant TR wrote:
> You probably used the wrong syntax. Try this
>
> fldt %st(0)
>
> And, of course, it depends on what you mean by "didn't work?", i.e.,
> whether you got a compiler error or the runtime results weren't right.
- Raw text -