RosettaCodeData/Lang/HLA/00DESCRIPTION
2015-11-18 06:14:39 +00:00

15 lines
No EOL
793 B
Text

{{language|HLA
|site=http://www.plantation-productions.com/Webster/HighLevelAsm/index.html
|exec=machine
|gc=no
|parampass=value
|safety=unsafe
|strength=weak
}}
High Level Assembler (HLA) is a front-end for several x86 assemblers developed by Randall Hyde. It allows the use of higher-level language constructs to aid both beginners and advanced assembly developers. It fully supports advanced data types and object-oriented assembly language programming. It uses a syntax loosely based on several high-level languages (HLL), such as Pascal, Ada, Modula-2, and C++, to allow the creation of readable assembly language programs, and to allow HLL programmers to learn HLA as rapidly as possible.
==See Also==
* [[wp:High Level Assembly|Wikipedia: High Level Assembly]]
[[category: assembly]]