High Level Assembly

High Level Assembly (HLA)
Developer(s)Randall Hyde
Stable release
2.16 / July 6, 2011; 13 years ago (2011-07-06)
Repositorysourceforge.net/projects/hlav1
Written inAssembly language
Operating systemWindows, Linux, FreeBSD, macOS
PlatformIA-32
Available inEnglish
TypeAssembler
LicensePublic domain
Websiteplantation-productions.com/Webster/HighLevelAsm/index.html

High-Level Assembly (HLA) is a language developed by Randall Hyde that allows the use of higher-level language constructs to aid both beginners and advanced assembly developers. It supports advanced data types and object-oriented programming. It uses a syntax loosely based on several high-level programming languages (HLLs), 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 fast as possible.