Monday, November 28, 2011

Assembly language vs machine language

1.)Assembly language is more human-readable than machine language.
2.)statements in assembly language are written using short codes for the instruction and arguments, such as "MOV $12 SP", as opposed to machine language, where everything is written as numbers.
3.)assembler is used to translate the assembly language
4.)Assembly language can have comments and macros as well, to ease programming and understanding then machine language.
5.It is fast and efficient to write Assembly language then machine language.
6.)It use a very small amount of memory then m/c language.

No comments:

Post a Comment