answersLogoWhite

0

BAL (Basic Assembler Language)

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What computer language uses mnemonic names?

Assembly Language


Is c language assembly language?

No.


What Programming language is one step above machine language?

I guess you're trying to refer to Assembly language.


What are the drawbacks of assembly level 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.


How would you define 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.


Reserved word in assembly language program?

use of reserved word in assembly language


What is the relationship of assembly language to computer architecture?

Each class of CPU has its own assembly language.


What was the name given to the first computer (machine) language?

ASCII (apex)


Is Assembly language is a high-level language?

No.


What application will be used to convert an assembly language source program into machine language?

An Assembler converts assembly language instructions into machine language.


Which program translate assembly language into machine language?

Assembly langue is translated into machine language by an assembler.


Does machine code means assembly language?

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.