• 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 0h
    in Asm i use org 0h which command i use in C
  • "ORG" in MDK for arm asm
    org set a origin for subsequent code in a51,but it seems not to be supported in MDK for arm asm. then how to set a origin in mdk for arm just like org in a51?
  • org 8000H to c
    Hello all i'm new at c language for 8051 and i don't know how to do the org statement in c, all my programs are compiled from 0x000, but i want to be started at 0x8000
  • 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...