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
  • It's the simulator.
    I have checked the startup setting ,but I can't tell there is anything wrong with that.I think it's the memory problem,I found that all the DATA and IDATA section are full,and my target board doesn't support the other memory type,I did try to setup the variables that I defined in the program,pity!I still can't change the situation I am facing.I have checked this problem with the simulator provider and KEIL C distributor in Taiwan,They also have no solution for this. So I think it should be my fault,that's why I want to use assembly to rewrite my code.
    BTW,I have found the way to solve my problem about the array issue.you did give me some ideas to get over this,thanks a lot ,I mean it.

Reply
  • It's the simulator.
    I have checked the startup setting ,but I can't tell there is anything wrong with that.I think it's the memory problem,I found that all the DATA and IDATA section are full,and my target board doesn't support the other memory type,I did try to setup the variables that I defined in the program,pity!I still can't change the situation I am facing.I have checked this problem with the simulator provider and KEIL C distributor in Taiwan,They also have no solution for this. So I think it should be my fault,that's why I want to use assembly to rewrite my code.
    BTW,I have found the way to solve my problem about the array issue.you did give me some ideas to get over this,thanks a lot ,I mean it.

Children
No data