High Level Assembly (HLA) v1.82 by Randall Hyde

来源:互联网 发布:python 2.6.6 升级2.7 编辑:程序博客网 时间:2024/06/04 19:19
Description:

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, 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!

http://webster.cs.ucr.edu/AsmTools/HLA/dnld.html

原创粉丝点击