Help! Modding "Double (0.0)" Values

Del1020780

Platinian
Original poster
May 31, 2020
15
3
8
FuggOff
Hey guys ✌

I hope someone out there can help me with this..

I couldn't figure out and find anything in the web on how to modify a double value..

The max value for a double is 1.7E+308 and in Hex it would be 0x7FEE42D130773B76

But how do I convert it into a Hex Code?
Like:
Mov R0,#xxxx
BX LR

Or

Movt R0,#xxxx
BX LR

Doesn't work..