Machine language











Sometimes referred to as machine code or object code, machine language is a collection of binaryreads or bits that the computer reads and explains. Machine language is the only language that the computer is capable of understanding.

The exact machine language for a program or action may differ from the operating system on the computer. Specific operating systems will dictate how a compiler writes a program or action in the machine language.

Computer programs are written in one or more programming languages, such as C ++, Java, or Visual Basic. A computer can not directly understand the programming languages ​​used to create computer programs, so the program code must be compiled. Once the code of the program is compiled, the computer can understand it because the code of the program has been changed into machine language.
Machine language example:

x

Below is an example of machine language (binary) for the text "Hello World".
01001000 01100101 01101100 01101100 01101111 00100000 01010111 01101111 01110010 01101100 01100100
Below is another example of machine language (non-binary), which will print the letter "A" 1000 times to the computer screen.
169 1 160 0 153 0 128 153 0 129 153 130 153 0 131 200 208 241 96
Share on Google Plus

About It E Research

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment