• large and small data model difference
    When I build program (not of my own) with small data model, it runs OK. However when I build it with lagre data model, it compiles OK, but when I start it (using Silabs debug adapter), it doesn't rich...
  • Why in data small everything works?
    Hi guys, I wrote a simple program using the data in small model and the code in large model, and the program worked perfectly, however, when I compiled the program with the data in large model, the...
  • a small problem
    can we go into interrupt service routine after an interrupt giving instruction while debugging it is not happening with me while full run it is going as the port status show me but not while debugging...
  • small function
    is it possible to change "memory model" for a function in an object module for example " small defined in an object" using a linker directive or some other way ? any idea ?
  • Setting the Code Segment When Using the Small Memory Model
    How can I set the code segment used by the CPU in a small memory model when executing a downloaded application. I am having trouble in trying to force an interrupt function to use the correct code segment...