• can MON51 start from address 8000H?
    I want to locate MON51 on address 8000H,is that possible? if it's possibe,how can I start it from 8000H on RESET?
  • can MON51 start from address 8000H?
    I want to locate MON51 on address 8000H,is that possible? if it's possibe,how can I start it from 8000H on RESET?
  • org 0h
    in Asm i use org 0h which command i use in C
  • 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