From: "Alexei A. Frounze" Newsgroups: comp.os.msdos.djgpp Subject: Q: operand size - FPU instructios Date: Thu, 23 Mar 2000 22:43:45 +0300 Organization: MTU-Intel ISP Lines: 19 Message-ID: <38DA73F1.FB5C375B@mtu-net.ru> NNTP-Posting-Host: ppp99-210.dialup.mtu-net.ru Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: gavrilo.mtu.ru 953840898 45037 212.188.99.210 (23 Mar 2000 19:48:18 GMT) X-Complaints-To: usenet-abuse AT mtu DOT ru NNTP-Posting-Date: 23 Mar 2000 19:48:18 GMT X-Mailer: Mozilla 4.61 [en] (Win95; I) X-Accept-Language: en,ru To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi people! I'm wondering why the following stuff doesn't work for FPU... MOVB deals with bytes MOVW deals with words MOVL deals with double words But FILDW (word), FLDQ (eight bytes) and FLDT (10 bytes - extended precision) don't work. What's wrong? How to specify operand size? Is it specified by other suffixes? If so, why and which? Thanks in advance. Alexei A. Frounze