Computer Science, asked by jethwanilata3, 11 months ago

What is name of the code used by
Assembly language?​

Answers

Answered by Swarn24
1

Answer:

the code used in assembly language is complaint source code such as c or c++

Answered by dasarivenkatapujitha
0

Answer:

INFLUENCED FROM C LANGUAGE .

Explanation:

  • Instructions (statements) in assembly language are generally very simple, unlike those in high-level languages.
  • Generally, a mnemonic is a symbolic name for a single executable machine language instruction (an opcode)
  • There is at least one opcode mnemonic defined for each machine language instruction.
  • Each instruction can be written as a short word, called a mnemonic, followed by other things like numbers or other short words.
  • The mnemonic is used so that the programmer does not have to remember the exact numbers in machine code needed to tell the computer to do something.
Similar questions