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

Re: [f-cpu] FPU size flag



On Sat, Nov 23, 2002 at 05:54:04PM +0000, cedric wrote:

> 	We currently define that FPU operand have to different size (32 bits [00] and 
> 64 bits [01]). It would be nice to specify their name so that we can write 
> some sample code with it. Why not using .d for 64 bits (double in C) and 
> nothing for 32 bits float (f at the beginning of the instruction already say 
> that).

In my assembler, I use `.f' for 32-bit and `.d' for 64-bit operations
(or their numeric equivalents, `.32' and `.64'), with `.d' being the
default (that is, you can omit it).

-- 
 Michael "Tired" Riepe <Michael.Riepe@stud.uni-hannover.de>
 "All I wanna do is have a little fun before I die"
*************************************************************
To unsubscribe, send an e-mail to majordomo@seul.org with
unsubscribe f-cpu       in the body. http://f-cpu.seul.org/