2M Generate the assembly level code for following instructions: 3A. Show transcribed image text 2M Generate the assembly level code for following instructions: 3A.
Answer
okay so before we get to the answer of this question , letsunderstand how we deal with pointers in assembly level , (forx86).
So in assembly language, the pointers are still represented bythe registers of any name , and stores the memory address of alocation . Most of the time , its the value residing in the memoryaddress that we are concerned with
OR
OR