Computer Hope

Other Pages

Home
Site map
Computer help

Dictionary
News
Q&A
What's new

Tools

E-mail this page
Print Preview
Edit this page



 

Assembly language

Sometimes referred to as assembly or ASL, an assembly language is the low-level programming language designed for a specific processor. Assembly language uses structured commands as substitutions for numbers allowing humans to read the code more easily than looking at binary. Although easier to read than binary, the assembly language is still a difficult language and often substituted for a higher language such as C. Below is a

mov     ax,4C00h
int        21h

  • See our debug routines page for other of low-level assembly code and additional information about what each routine does.

Also see: 2GL, Assembler, Low-level language, Machine language, Programming definitions

 

Index

Category:
Dictionary

Related Pages:
A - Definitions

Resolved

Were you able to locate the answer to your questions?

Home - Computer help - Contact - Dictionary - Links
Link to Computer Hope - Bookmark Computer Hope