标题:关于radasm的配置问题
取消只看楼主
lianglee30
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2012-9-25
 问题点数:0 回复次数:0 
关于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 毫秒


求大神解答


搜索更多相关主题的帖子: 编译器 include continue 工程 
2012-09-25 23:31



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-382111-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.179909 second(s), 9 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved