flat assembler
Message board for the users of flat assembler.
Index
> Main > [F1 Solved] Precalculated Float Goto page Previous 1, 2 |
Author |
|
Overclick 05 Sep 2022, 06:44
What exactly you want? Do you really need to calculate it or just put #f in the end of some constant? You can use macro values for that.
|
||||||||||
05 Sep 2022, 06:44 |
|
Roman 05 Sep 2022, 06:53
Overclick
This is macro for clicking on image rect ? |
|||
05 Sep 2022, 06:53 |
|
Overclick 05 Sep 2022, 06:55
For clicking on all GUI images
|
|||
05 Sep 2022, 06:55 |
|
Overclick 07 Sep 2022, 02:12
Any chance to precalculate square root? ))
I trying this: Code: rept 1 num:W*W+H*H {Square=num#f } Result=((Square-0x3F800000) shr 1)+0x3F800000 dq Result ;Seems ok dd Result ;Error value out of range |
|||
07 Sep 2022, 02:12 |
|
Overclick 07 Sep 2022, 02:40
Compiled but who knows...
Code: rept 1 num:W*W+H*H {Square=dword num#f } Result=((Square-0x3F800000) shr 1)+0x3F800000 dd Result |
|||
07 Sep 2022, 02:40 |
|
Goto page Previous 1, 2 < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.