Machine Language

Web page creation, programs, scripts, PHP, SQL?

Moderator: Moderators

Re: Machine Language

Postby kendricktamis » Sat Mar 13, 2010 7:00 am

Machine language is a collection of binary digits or bits that the computer reads and interprets. Machine language is the only language a computer is capable of understanding. when we perform any task on PC. CPU passes some hexadecimal code into CPU to perform a task. Machine language perform much better than assembly language.
kendricktamis
Newbie
 
Posts: 4
Joined: Tue Mar 09, 2010 6:07 am

Re: Machine Language

Postby papa » Sat May 08, 2010 6:03 am

Assembly language is just a set of mnemonic symbols representing machine language codes. Therefore, it's just a very low level programming language intended to make program development easier for human beings. After the human programmer codes his assembly language source, he runs it through an assembler program to produce a machine language executable file. Since there's a one-to-one correspondence between assembly language commands and machine language codes, the only difference in performance is the additional assembler step that's required to prepare the assembly language source for execution.

Machine language and assembly language are unique for each hardware platform (CPU) and are not portable like high level languages.
David "papa" Meyer
Takarazuka, Japan
papa@ alpha | ia64 |debian | netbsd | redhat | vax
User avatar
papa
Senior Member
 
Posts: 157
Joined: Mon Apr 14, 2008 8:55 pm
Location: Japan Takarazuka


Return to Web development

Who is online

Users browsing this forum: No registered users and 2 guests

cron