分页: 2 / 2

发表于 : 2007-12-20 13:28
hubert_star
The HLA (High Level Assembly) language was developed as a tool to help teach assembly language programming and machine organization to University students at the University of California, Riverside. The basic idea was to teach students assembly language programming by leveraging their knowledge of high level languages like C/C++ and Pascal/Delphi. At the same time, HLA was designed to allow advanced assembly language programmers write more readable and more powerful assembly language code.

With the publication of "The Art of Assembly Language" from No Starch Press (http://www.nostarch.com), the High Level Assembler has entered the mainstream. Tens of thousands of programmers the world over have discovered how easy it is to learn and write assembly language using HLA. What started out as a tool for teaching assembly language programming has blossomed into a popular Windows and Linux based software development tool.

Today, several third party tool authors are supporting HLA as well. This includes a couple of integrated development environments, a debugger, and other tools. More are on the way!

发表于 : 2008-01-16 19:08
sijunlee
今天装了一个,试了一下,确实比较高级 :o

发表于 : 2008-03-08 17:54
feng14
早想找这个学汇编了
终于找到了

Re: Ubuntu下汇编环境的搭建

发表于 : 2009-04-02 22:57
season0513
汇编?晕,c汇编?

Re:

发表于 : 2009-07-31 3:59
btsyang
GodPig 写了:呵呵
原来学汇编的时候,有好多人给推荐这本书。我也借过那本书看过,拿过来之后,感觉确实“太高级”了,而且感觉并没有传说中的那么好,所以随便翻了一下就还了。里面确实可以给你讲到一些东西,但是我感觉并不能让你“入门”吧
呵呵,这是个人理解,可能我没有认真看的原因
原来在CSDN的汇编版块,Hopy发过一个专门讨论HLA的贴子,也可以搜下看看
如果能坚持看完,就不会有这样的感觉了,Randall Hyde自己就是教ASM的教授,并且学他的AOA确实对比较容易
向底层过渡

Re: Ubuntu下汇编环境的搭建

发表于 : 2009-08-07 21:55
andrew72
linux下的汇编还是看Professional Assembly Language这本才是王道, 要进行程序优化的还是需要习惯AT&T的语法. 这个啥HAL就是忽悠人的玩意, 要学习的话Professional Assembly Language吧, 程序就用vim写就行了, gdb就可以调试

Re: Ubuntu下汇编环境的搭建

发表于 : 2009-11-29 16:26
ckzz
有必要把汇编搞成这样? 如果真是如此还不如不用 :em06

Re: Ubuntu下汇编环境的搭建

发表于 : 2010-10-30 19:07
coibyxqx
现在64位了,但HLA最新版还是不支持,需要在编译时,用 hla -lmelf_i386 xxx(你的HLA代码),其中-l,帮助文档里这么说:-lxxxxx Pass xxxxx as command line parameter to linker

Re: Ubuntu下汇编环境的搭建

发表于 : 2010-12-27 19:54
gameworld23
学习了,

Re: Ubuntu下汇编环境的搭建

发表于 : 2012-11-09 13:13
flyingrain
学汇编,还是老老实实看这本书吧
http://baizihan.cn/assembly_language_wang_shuang/