Installation Instructions
A guide that describes how to manually install the HLA system (rather than using the HLA installer).
Writing DLLs with HLA
A technical paper describing how to write dynamic link libraries with HLA (and how to call DLL routines).
Linux Assembly Language Programming
This page discusses issues of interest to those who write assembly language programs for the Linux operating system. This page is a bit more technically oriented; this material is not specifically suited for those who are just learning assembly language
Teaching Assembly Language Using HLA.
HLA was created to help make teaching assembly language easy (for both instructors and students). This paper describes the features of HLA that make it suitable for teaching assembly language programming.
Assembly language
Assembly language, commonly called assembly, asm or symbolic machine code, is a human-readable notation for the machine language that a specific computer architecture uses. Machine language, a pattern of bits encoding machine operations, is made readable by replacing the raw values with symbols called mnemonics. Assembly is derived from a similar representation called short code, whose programming 'language' was of the same name. Contrast this with speed code / 'speedcoding'
Assembler programming
Free tools for the assembler programmer for a variety of platforms and processors.
Assembly Languages Code Examples
Assembly Languages Code Tutorials
Assembly Languages Code Examples
Assembly Languages Code Tutorials
Microprocessor
A microprocessor (sometimes abbreviated �P) is a digital electronic component with transistors on a single semiconductor integrated circuit (IC). One or more microprocessors typically serve as a central processing unit (CPU) in a computer system or handheld device.
How Microprocessors Work
A microprocessor -- also known as a CPU or central processing unit -- is a complete computation engine that is fabricated on a single chip. The first microprocessor was the Intel 4004, introduced in 1971. The 4004 was not very powerful -- all it could do was add and subtract, and it could only do that 4 bits at a time. But it was amazing that everything was on one chip
HLA Quick Reference - Free eBook HLA Quick Reference - Download ebook HLA Quick Reference free
|