how to store assembly in memory
- by da cheng
Hi,
I have a question about how to store the assembly language in memory,when I compile the C-code in assembly, and run by "step", I can see the address of each instruction, but is there a way to change the start address of the code in the memory?
Second question is, can I break the assembly code into two?
I am curious about how the machine store the assembly code.
BTW, I am working on a MACBOOK Pro, duo core.
Thank you.
-da