If you want to write fast, efficient programs that use a very small amount of memory, assembly language is a good choice for you! ASM is faster than other languages because it compiles directly into machine code without any unnecessary instructions for the computer to run.
yes,becuse it is a game
Assembly Language
Basic languages of advantage and disadvantage please give the answer please
No.
I guess you're trying to refer to Assembly language.
assembly language uses abbreviation called menmonics.it is a bit easier to write computer programs in assembly language as compared to machine language but still requires skill and experienci.A program called assembler is used to convert an assembly language into machine language.
use of reserved word in assembly language
Each class of CPU has its own assembly language.
No.
An Assembler converts assembly language instructions into machine language.
Assembly langue is translated into machine language by an assembler.
The main advantage is that it allows for a more abstracted form of programming, unlike assembly. It is more obvious what the programmer is trying to accomplish in a language like Java or Python than it would be in assembly.