fild a; //a,b为有符号数 fidiv b; fstp qword ptr c; push dword ptr c+4; push dword ptr c; lea eax, message3; push eax; call printf; add esp, 12;