Hello there,
I have attached the assembly language code for your reference. In the first picture, you can see that I am encountering a compilation error while attempting to directly load an immediate value to a specific memory location. However, in the second picture, I am using a register to load the same value to a memory location, and there is no compilation error. Can you please explain why this is happening?
Thank you.