*I'm trying to compare a real number with a number but it doesn't work, what are the correct instructions for the following?
number_check:
mov esi, input("Enter number (",60,"10): ");
INVOKE StrToFloat, esi, ADDR num
cmp num,10
jge number_check