• does the INTSIO.ZIP work with C166?
    Hello, I would like to use the interrupt driven serial I/O. see http://www.keil.com/download/docs/intsio2.zip.asp but if I use this code I receive following msg: Code: EA=1; /* Enable Interrupts...
  • does the INTSIO.ZIP work with C166?
    Hello, I would like to use the interrupt driven serial I/O. see http://www.keil.com/download/docs/intsio2.zip.asp but if I use this code I receive following msg: Code: EA=1; /* Enable Interrupts...
  • C166: Stack does not update memory!
    Hi, I have a Stack problem in an interrupt handler. When I use a PUSH or CALL instruction, SP is correctly updated, but the memory at the address pointed by SP remains 0!! DPP3 = 3 I checked...
  • C166: Stack does not update memory!
    Hi, I have a Stack problem in an interrupt handler. When I use a PUSH or CALL instruction, SP is correctly updated, but the memory at the address pointed by SP remains 0!! DPP3 = 3 I checked...
  • DPP keil c166 not contiguos addresses
    I'd like to set two DPP for NCONST but not in contiguos addresses Something like the following NOT WORKING .lin CLASSES (NCODE (C10000H-C1FFFFH), NCONST(C02000H-C03FFFH,C10000H-C13FFFH), <-----...