What is Assembly language?
- Assembly language is a low level programming language.
 - There different assembly language for different processors.
- Masm => for windows
 - Nasm (click nasm)=> for linux
 - Fasm
 
 - assembly program could acess cpu service code .
 - Few word to remember in assembly language and service code should be remembered
 - Compiled by assembler directly
 
Programmers must at least have a basic knowledge.
Window support:
Now windows does not give support to 16bit and lower bits variables.Hence ,assembly x86 is being used.
Assembly language uses:
The assembly program is being used in programming of microcontrollers like 8085 etc and also in embeded systems where very Less memory is available assembly works well and fast.Even through programming languages like c,c++,python are extensively have been used in embeded systems and iot to easily program them.
You can run assembly language from c language by asm. (Learn by above link.)
"Download masm"
"Softwares for Assembly language:"
If doubts post a comment please.
No comments:
Post a Comment