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.

28027程序放不下的问题



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      , WL0 (LSW of 128-bit password)
      .int    0xFFFF      , WL1
      .int    0xFFFF      ,  WL2
      .int    0xFFFF       , WL3
      .int    0xFFFF      ,  WL4
      .int    0xFFFF       , WL5
      .int    0xFFFF      ,  WL6
      .int    0xFFFF      ,  WL7 (MSW of 128-bit password)

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

但是为什么老说程序放不下?算了一下明明刚刚好啊