Computer Science, asked by dilpreetsonu1976, 9 months ago

what are the example of assembly languages ​

Answers

Answered by shradhapnashine
0

Answer:

EAX," "EBX" and "ECX" are the variables

Explanation:

Example of assembly language

"EAX," "EBX" and "ECX" are the variables. The first line of code loads "3" into the register "eax." The second line of code loads "4" into the register "ebx." Finally, the last line of code adds "eax" and "ebx" and stores the result of the addition, which is seven, in "ecx."

Similar questions