This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

HOW TO USE ARRAY IN ASSEMBNLY

I would like to us the ARRAY: DS 5 to set up the array in ASSEMBLY.But I don't know how to access the array,can someone help me?

Parents
  • I don't know,I guess it's the memory control. The memory space was full in DATA and even idata, I have tried to control the memory by myself not by the compiler,it worked better but still hang up somewhere.I tried to use the scope to find out where and why has something wrong,but I still could not tell why.
    And I was thinking I would rather write it again in assembly than debug the whole system.even it's a couple thoundsand lines program, was I right?

Reply
  • I don't know,I guess it's the memory control. The memory space was full in DATA and even idata, I have tried to control the memory by myself not by the compiler,it worked better but still hang up somewhere.I tried to use the scope to find out where and why has something wrong,but I still could not tell why.
    And I was thinking I would rather write it again in assembly than debug the whole system.even it's a couple thoundsand lines program, was I right?

Children