P r o g ra m m i n g L a n g u a g e : People are live in modern world like to machine world. However, each and everyone from heart to mind are connected with modern technology. Aftermath using technology can't lead in an single moment without it. From early in the morning to till midnight we are connected to it. Whatever this modern equipment are run by command which is called programming language. So, PL is a set of command or instruction that ordered a machine how to operates. Even this is used to create a program that control the behavior of a machine to express algorithm exquisitely.
P r o g ra m m i n g L a n g u a g e : Assembly Language : Assembly language is the second level of programming language. It is low level programming language. An assembler can be complied assembly language or programming. Every computer has its own assembly program. Human can't read machine language. One line of an assembly program contains only one instruction. Though it is a low level language, it may provide high-level abstractions to rehash life easier.
A s s e m b l y L a n g u a g e Assembly program have some commands to create and run the code such as add, sub, inc, dec, push, pop, mul, div etc. Assembly Programming can work in emulator software. From below showed some examples. E x : Translate the following High-level language assignment statement into assembly programming & assembly code where A, B, C are variables. A = -2((A+2)-3(B-1)+2(C+1)) =
Comments
Post a Comment