How do I print / check floating point values in gdb?
I tried doing fldpi and then in gdb print $st and it says it's void
Im on x86 NASM
How do I print / check floating point values in gdb?
I tried doing fldpi and then in gdb print $st and it says it's void
Im on x86 NASM