Thread: Assembly
View Single Post
Old Dec 13th, 2004, 2:20 AM   #3
kurifu
Expert Programmer
 
kurifu's Avatar
 
Join Date: Jul 2004
Location: Halifax, Nova Scotia (Canada)
Posts: 784
Rep Power: 5 kurifu is on a distinguished road
Send a message via ICQ to kurifu Send a message via MSN to kurifu
Assembly language is the lowest level programming language available without having to write your code in machine code.

Each assembly instruction has direct relation to a specific machine code instruction while higher level languages such as C++ actually expand to several machine code instructions.
__________________
Clifford Matthew Roche <geek@cliffordroche.com>
Web Hosting: http://www.crd-hosting.com
Consulting: http://www.crdev-consulting.com
kurifu is offline   Reply With Quote