• 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...
  • 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 0h
    in Asm i use org 0h which command i use in C
  • How to arrange ORG and jump to position in Keil C
    Here is my original .asm program, very simple: ORG 0000H LJMP 0200H ORG 0003H LJMP 0100H ORG 0100H P1=03H P2=04H RETI ORG 0200H P1=00H P2=0FFH; SJMP $ Now, I have the following...
  • 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