how to store assembly in memory

Posted by da cheng on Stack Overflow See other posts from Stack Overflow or by da cheng
Published on 2010-04-26T06:18:49Z Indexed on 2010/04/26 6:23 UTC
Read the original article Hit count: 179

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about macbook

Related posts about assembly