Category:HLA: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Created language observed in User:EdK.)
 
(Added Category:Assembler language)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{language}}{{stub}}
{{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]]
[[Category:Assembler language]]

Latest revision as of 22:04, 12 February 2021

Language
HLA
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (machine code)
Garbage collected: No
Parameter passing methods: By value
Type safety: Unsafe
Type strength: Weak
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using HLA.

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

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "HLA"

This category contains only the following page.