注册 登录
编程论坛 汇编论坛

关于radasm的配置问题

lianglee30 发布于 2012-09-25 23:31, 576 次点击
刚学汇编,下了软件,安装好,按照网上的方法:文件-新建工程,编译器选择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 毫秒
只有本站会员才能查看附件,请 登录
只有本站会员才能查看附件,请 登录
只有本站会员才能查看附件,请 登录


求大神解答


4 回复
#2
有容就大2012-09-27 11:09
惭愧 下了个radasm 一直没用 这个你问Z版 及各位大牛吧 信箱貌似一直用这个 他应该知道。。
#3
信箱有效2012-09-27 11:23
楼主在整hla。。。 很有创意啊。
#4
zklhp2012-09-27 11:42
没玩过 帮顶了
#5
hcksfch2012-09-30 22:52
我知道一本《汇编语言编程艺术》讲hla的
1