the following contents of registers and memory should be used inthe solution of home 4947132
The following contents of registers and memory should be used inthe solution of homework problems. Specify addressing modes foreach operand. the contents is the same prior to allinstructions. Assume the memory/register contents shown in the table above atthe start of each instruction. In your answer provide modifiedmemory location or register and its content. Q: Write a PIC24 instruction sequence that computes k=j+i-33where i,j, and k are uint16 variables. Allocate these variables asfollows: i is at memory location 0x1000, j is at memory location0x1002 and k is at memory location 0x1004. . . .