我正在尝试在NASM程序集中使用WindowsAPI,只是一些基本的函数调用等等。所以,我去了MSDN网站并阅读了有关Beep功能的信息。它说它需要两个值,都是双字,频率和持续时间。这就是我的汇编程序的样子:NULLequ0;nullglobal_start;entrypointexternBeep,ExitProcess;thestuffIneedsection.databeepfreqdd37;limitof37to32,767beepdurdd300;Thisisinmillisecondssection.bssdummyresd1;nothingsection.text_sta