![]() |
#2
有容就大2012-09-27 11:09
|
----------------------------------------
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 毫秒
只有本站会员才能查看附件,请 登录
只有本站会员才能查看附件,请 登录
只有本站会员才能查看附件,请 登录
求大神解答