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
The Z80 Microprocessor Architecture
Z80 microprocessor book is intended for microprocessor courses at the undergraduate level in technology, engineering, and computer science. Now this book on Z80 microprocessor in its third edition, provides a comprehensive treatment of the microprocessor, covering both hardware and software based on the Z80 microprocessor family.
Microprocessor - Information Sources
Computers have changed in their ability in one simple dimension. They�ve become faster, and in a very predictable manner. The number of devices of a chip - that is the circuit elements in a logic circuit - Gordon Moore predicted with incredible perspicacity in 1965 to double every 18 months.
Writing DLLs with HLA - Free eBook Writing DLLs with HLA - Download ebook Writing DLLs with HLA free
|