some features of assembly language
Answers
stand-alone executable of compact size is required that must execute without recourse to the run-time components orlibraries associated with a high-level language; this is perhaps the most common situation. For example, firmware for telephones, automobile fuel and ignition systems, air-conditioning control systems, security systems, and sensors.
Code that must interact directly with the hardware, for example in device drivers andinterrupt handlers.
In an embedded processor or DSP, high-repetition interrupts require the shortest number of cycles per interrupt, such as an interrupt that occurs 1000 or 10000 times a second
Explanation:
an assembly language often abbreviated asm, is any low -level programming language in which there is a very strong correspondence between the program's statement and architecture machine code instructions.......... assembly language may also be called symbolic machine code.
I think this may help you bye my friend.