Valuable gdb commands for hw9

print/f  $st0  ; prints contents of st0 as float
x/fg     &sum  ; prints contents of sum in memory as giant float

gdb Reference