List the three features of assembly language
Answers
Answered by
22
A 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.
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.
Answered by
0
Answer:
●Assembly Language Features
☆Instruction Set.
☆Bundling.
☆Instruction Groups.
☆Data Allocation.
●Assembly Language Directives.
☆64-bit Address Space.
☆Alignment.
☆Assignment Statements.
Similar questions