• 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...
  • 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)...
  • RTX51 Tiny & starting C51 program at an address other than 0000h
    How do you use RTX51 Tiny and start the code at address 8000h. What other steps besides those listed in the: "How do I start my C51 program at an address other than 0000h?" are needed?
  • RTX51 Tiny & starting C51 program at an address other than 0000h
    How do you use RTX51 Tiny and start the code at address 8000h. What other steps besides those listed in the: "How do I start my C51 program at an address other than 0000h?" are needed?
  • Symbol window not showing files
    Hello am using MDK-ARM V4.22K version in this version while debugging Symbol window not showing files in it .In previous version MDK-ARM V4.20 it is working fine problem exist in this version only ...