BAL (Basic Assembler Language)
Assembly Language
No.
I guess you're trying to refer to Assembly language.
The assembly language does not support object oriented program so they change to c and c++ the c++ will support object oriented program this are the demerits of 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.
ASCII (apex)
No.
An Assembler converts assembly language instructions into machine language.
Assembly langue is translated into machine language by an assembler.
No. Assembly language is a low-level symbolic language that needs to be translated (assembled) to produce the machine code. The reverse of assembly is disassembly, where machine code is disassembled to produce code that is similar to assembly but has no symbolic names or comments. Disassembly is essentially a human-readable version of machine code whereas assembly is the code written by a human in order to produce the machine code, the only language the machine actually understands.