• write code to direct address
    I try to write some codes to rest space of MCU's flash ROM (behind my program), so I should know the lastest byte of my program. How to do all of these?
  • direct the code to main{} in address 0x0000
    Hi i use SW reset command in my code. after reset, PC is set to address 0x0000. unfortunately at this address i can't find nor main{} neither JMP to main. which are the tools i can use (startup.a51...
  • Assembler Directives
    Can any one help me by clarifying EQU assembler directives in 8051 ?
  • direction IN / OUT
    I'm a new user and after reading documentation still confused about the direction to use. To send data from my PC to the periphery via the USB I have to use endpointbufferOUT+ IOCTL_EZUSB_WRITE or is...
  • Re:NOAREGS directive
    Hi, I have a function which is called from interrupt routine and main loop, let's call it f1(),since it is also called from main loop, so NOAREGS must be specified. #pragma NOAREGS void f1(...