• 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
  • Adding NOP at 0000h, revisited.
    I read the following document to add a NOP before the LJMP at address 0000h. ( http://www.keil.com/support/docs/1622.htm , Size 5,096 bytes, Jun 20, 2000) But, I'm still not clear on how to do it. I followed...
  • 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...