NASM x64: Floating Point Part Incorrectly Printed as 0.000000
I’m a newbie to assembly and I tried to write an assembly program using NASM on Windows (x64) to extract and print the fractional part of a floating-point number. However, my program prints Floating Point Part: 0.000000
instead of the expected Floating Point Part: 0.500000
.