207k views
2 votes
In programming languages, ____ is used as a mnemonic representation for the program instruction’s memory address.

User Sevenflow
by
7.3k points

1 Answer

2 votes

Answer:

Assembly language

Step-by-step explanation:

Assembly language writes instructions in human letters. Every machine language instruction has a corresponding assembly language instruction that means exactly the same thing. Assembly language uses a symbolic form of a program which are capable of:

- readable by human beings (+/-)

- constants, addresses, and names of symbolic instructions

- arithmetic during assembly - calculations of addresses, constants

- synthetic instructions (not supported by our assembler)

- expansion of macroinstructions (not supported by our

assembler)

- assembly instructions (pseudo-instructions)

• memory allocation

• memory initialization

• conditional assembly (not supported by our assembler)

User James Wilks
by
7.5k points