A段 .section fix_program,code; .org 0D0000H : : : .end B段 .section fix_program,code; .org 0D14D6H : : : .end 出现如下出错报警: 'CODE' section 'fix_program' is overlapped on the 'program' from D14D6H to D165AH 实际程序是A段的代码量,并没有覆盖到0D14D6H以后 求助:1.是不是可以定义某一段,从哪个地址开始到哪个地址结束的? 2.或者是不是可以强制设置B段覆盖地址A段