程序放不下

2019-07-21 17:57发布


CMD文件为 CSM_RSVD    : origin = 0x3F7F80, length = 0x000076
          CSM_PWL_P0  : origin = 0x3F7FF8, length = 0x000008
          csmpasswds          : > CSM_PWL_P0   PAGE = 0
          csm_rsvd            : > CSM_RSVD     PAGE = 0

程序为   .sect "csmpasswds"

      .int    0xFFFF        ;PWL0 (LSW of 128-bit password)
      .int    0xFFFF        ;PWL1
      .int    0xFFFF        ;PWL2
      .int    0xFFFF        ;PWL3
      .int    0xFFFF        ;PWL4
      .int    0xFFFF        ;PWL5
      .int    0xFFFF        ;PWL6
      .int    0xFFFF        ;PWL7 (MSW of 128-bit password)

和    .sect "csm_rsvd"
        .loop (3F7FF5h - 3F7F80h + 1)
              .int 0x0000
        .endloop

但是为什么老说程序放不下?
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。