Computer Science, asked by Farihamushahid6928, 1 year ago

How to identity the number of bytes of each instruction in assembly language?

Answers

Answered by saurabh8744
0
hey mate..

 processor understands only machine language instructions, which are strings of 1's and 0's. However, machine language is too obscure and complex for using in software development. So, the low-level assembly language is designed for a specific family of processors that represents various instructions in symbolic code and a more understandable form.
Answered by itzriyaz
0

Explanation:

A processor understands only machine language instructions, which are strings of 1's .... This number will require two bytes of memory.

Similar questions