flat assembler
Message board for the users of flat assembler.
Index
> Compiler Internals > Plase make init of quad float in text. |
Author |
|
Zetus 09 Jul 2010, 07:41
Please make init for variables as:
aaa dd 1.23f mov [aaa],2.34f for quads (dq) and extended m/b quads are very useful for big math... Thanks a lot |
|||
09 Jul 2010, 07:41 |
|
Zetus 09 Jul 2010, 12:22
One of way, but I think compiler can fill reserved (8bytes) field for dq with proper values.
as dd 0adfd0000h,4053c7e6h is equal of dq 79.1235455f I think it's possible. |
|||
09 Jul 2010, 12:22 |
|
revolution 09 Jul 2010, 12:30
Zetus wrote: One of way, but I think compiler can fill reserved (8bytes) field for dq with proper values. What is your question actually? |
|||
09 Jul 2010, 12:30 |
|
Zetus 14 Jul 2010, 04:13
in my 1.67.23
*aaa dq 0.15f -> extra characters on line* old version? |
|||
14 Jul 2010, 04:13 |
|
edemko 14 Jul 2010, 04:37
aaa is a cpu command, reserved hence
"_aaa dq 0.15f" will work update your compiler: http://flatassembler.net/download.php save these manuals: http://board.flatassembler.net/topic.php?t=11394&start=2 |
|||
14 Jul 2010, 04:37 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.