Assembly language
Assembly language is the most basic programming language available for any processor With assembly language, a programmer works only with operations implemented directly on the physical CPU. Assembly language lacks high-level conveniences such as variables and functions, and it is not portable between various families of processors. Nevertheless, assembly language is the most powerful computer programming language available, and it gives programmers the insight required to write effective code in high-level languages.Machine code for displaying $ sign on lower right corner of screen.10111000, 00000000, 10111000, 10001110, 11011000, 11000110, 00000110,10011110, 00001111, 00100100, 11001101, 0001111
No comments:
Post a Comment