This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

加载地址和运行地址不一样时程序如何运行



1,、当加载地址和运行地址不一样时,程序运行过程中是如何实现将代码从加载地址搬移到运行地址的。

2、这个过程需要由用户来实现,还是用户只写好CMD文件,具体如何搬移由编译器来实现。