[fasm-help] How to use floating point variables
Brought to you by:
privalov
|
From: Luis A. M. M. <alo...@ra...> - 2002-08-20 14:22:01
|
Greetings to every body in FASM group, can some body help me, i wrote the
following code:
section '.data' data readable writeable
numberone dt ?
numbertwo dt ?
section '.code' code readable executable
mov [numberone],125.236
But on this last line of code i get an invalid size of operand error when i
try to assign a value to the floating point variable, can any body tell me
what i am doing wrong!
Thanks!
Sincerely,
Alonso Murillo
|