• 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...
  • 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...
  • Direct Addressing
    I am using 89c51. In ASM when I use the command to access the direct address, in some cases its work perfectly but in some case its didn’t work When I use this command MOV 80H, #0d ...
  • Direct Addressing
    I am using 89c51. In ASM when I use the command to access the direct address, in some cases its work perfectly but in some case its didn’t work When I use this command MOV 80H, #0d ...
  • C51 not shows direct address in listing
    Hi, I use C51 version 9.60a (v9.60.0.0) for Nuvoton N76E003 chip programming. Example of code: //All fields are uint8_t type if ((buttons.Hold & BUTTON_SET)) { if ((buttons.Duration > (uint8_t)...