Where is my way?

 

HLA环境搭配(windows7测试OK)

网上有很多例子,不详细写了.

官网上资源都很齐全

http://homepage.mac.com/randyhyde/webster.cs.ucr.edu/

一、下载MASM32,并安装

二、下载HLASteup.exe并安装

三、Copy MASM32/Bin/ml.exe link.exe ml.error,mspdb50 到 HLA目录下

四、环境变量已经自动设置好.可以在我的电脑->属性->环境变量查看.注销重新登陆

program HelloWorld;
#include(
"stdlib.hhf" );
begin HelloWorld;
//测试
stdout.put( "Hello, World of Assembly Language", nl );
end HelloWorld;

  

Ok,let's begin  to learn the art of Assembly Language Programming and HLA by Randall Hyde

posted on 2011-09-19 12:06  ManLoveGirls  阅读(235)  评论(0编辑  收藏  举报

导航