Computer Science, asked by tiwariaarya560, 2 months ago

define assembly language with 5 examples​

Answers

Answered by Anonymous
1

◕An assembly language is a type of low-level programming language that is intended to communicate directly with a computer's hardware. Unlike machine language, which consists of binary and hexadecimal characters, assembly languages are designed to be readable by humans.

Some Examples :

  • MOV - move data from one location to another
  • ADD - add two values
  • SUB - subtract a value from another value
  • PUSH - push data onto a stack
  • POP - pop data from a stack
Similar questions