Assembly language is the second generation of computer languages is a higher-level language than machine language but is also machine dependent. It uses a series of short codes, or mnemonics, to represent data or instructions.
Any low-level programming language having a very close resemblance between its instructions and the machine code instructions of the architecture is known as assembly language, assembler language, or symbolic machine code in the field of computer programming. One statement per machine instruction (1:1) is the norm for assembly language, however constants, comments, assembler directives, symbolic labels for things like memory locations, registers, and macros are typically also available.
Learn more about assembly language here https://brainly.com/question/13171889
#SPJ10