• ORG question
    hi all I have write a function like below code void dma_task_scheduler (uchar stream_type, uchar channel, uchar MsgOrPrior) small { uint SDATA size; uint SDATA tmp; uchar SDATA w_index; uchar...
  • ORG question
    hi all I have write a function like below code void dma_task_scheduler (uchar stream_type, uchar channel, uchar MsgOrPrior) small { uint SDATA size; uint SDATA tmp; uchar SDATA w_index; uchar...
  • ARM7 org 0x38000
    Hi all, I wanna locate the start up code to address 0x38000, I have to write minimum code at start and I want the other setup codes to start from address 0x38000 I have written a code but it is...
  • ORG 0H END
    my program is asm file (.a51) when i build it ,the message occurs .I hadn't found a way to solve it, It really makes me headache. would you help me please? the message is as follows: COPYRIGHT...
  • variable ORG & GLOBAL?
    Hi folks I am trying to inline some asm. The reason I am inling is this is the way to set up interrupt on a different compiler but I am using Keil to test (cos its better!) The inlined snippet...