answersLogoWhite

0

Who Assembly language write?

Updated: 8/11/2023
User Avatar

Wiki User

12y ago

Best Answer

That depends on who you ask and how far back you go. It could be Intel, it could be whoever designed the ENAIC (used for looking up trajectory tables) but I think it was Charles Babbage, inventor of the 'analytical machine.'

More:

http://en.wikipedia.org/wiki/Turing_complete

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

Assembly language is written by programmers that know the architecture of the particular machine in question. Its no different than a programmer that writes in, say, C, Fortran, Cobol, or Ada.

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

Assembly language was invented in order to get programmers to stop creating programs in machine code. If you don't already know, machine code is represented by a series of 1's and 0's. This binary system of representing data is the "native" language of the computer, as it is the only language the computer can understand. As you can see, understanding strings of only 1's and 0's such as 1011001 is very hard to interpret.

To make programming easier, assembly language was created. Assembly language uses mnemonics such as "push" and "pop" in order to replace machine instructions.

The use of words makes the program much more readable by humans. Even so, assembly language is a low-level programming language, meaning it more closely resembles machine code than high-level languages, which more closely resemble actual words.

As said before, computers can only understand machine code, so assembly instructions such as "push" and "pop" do not make sense to it. In order to make the computer understand the assembly instructions, the programmer uses a program called an assembler to convert the assembly instructions back into machine code.

In the modern world, assembly language is rarely used because of the more readable high-level programming languages, such as C++, that are available. However, assembly language is used by programmers when they want fast programs, or interaction with the hardware, things that high-level languages do not support.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

The invention of assembly came about shortly before the first computer was build that could be programmed, which was in 1949. Computers prior to this date could be fed input and provide output, but were not able to store complex programs that could be "run" from memory. It was the first fully implemented language that could be executed. It is usually also the first language that is designed for a new chipset before another language, such as C++, is ported onto it.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Who Assembly language write?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Write a program in 8086 assembly language to draw a circle?

You need an 8086 assembly language pencil.


How do you write an assembly language program to find the sum of n numbers using array?

write an assembly language program to find sum of N numbers


How do you write assembly language?

Any text-editor will do.


Example of Password program code in assembly language?

How to write the program un Assembly language to set a password for personal computers?


How would you define assembly language?

assembly language uses abbreviation called menmonics.it is a bit easier to write computer programs in assembly language as compared to machine language but still requires skill and experienci.A program called assembler is used to convert an assembly language into machine language.


Assembly language program for string concatenation using 8086 microprocessor?

write program to concatenating two sting in 8086 assembly language


Why high level language is slower then assembly language?

Programs written in a high level language might be slower than ones written in Assembly language; but it is not always so, it is very easy to write un-effective programs in Assembly.


Write an assembly language program to multiply two BCD numbers?

fish


What assembly language is the best for making an OS?

The native Assembly language of the given platform. For example it would be stupid to write anything in Motorola 68000 Assembly for Intel x86 platform: it wouldn't work.


Write an assembly language program to print a to z on screen?

write a program to print A to Z on screen in c?


How can embedded the assembly language in c?

Compiler-dependent, in real life you should never do that, write separated Assembly modules instead.


What computer language uses mnemonic names?

Assembly Language