关于radasm的配置问题
刚学汇编,下了软件,安装好,按照网上的方法:文件-新建工程,编译器选择hla,类型选Console APP,填好工程名,使用hello world的模板。----------------------------------------
program HelloWorld;
#include( "stdlib.hhf" )
begin HelloWorld;
stdout.put( "Hello, World of Assembly Language", nl, nl );
stdout.put( "Press enter to continue: " );
stdin.readLn();
end HelloWorld;
------------------------------------------------
运行以后就会出现左图的结果
执行:
"C:\RadASM\Hla\Projects\test\test.exe"
00000002
构建时发生错误.
总共编译时间 31 毫秒
求大神解答