• uVision Watch window default radix
    Hi, When I place a variable into a Watch window it is shown in Radix 16 by default. How do I change the default Watch window radix (to 10) ? Thanks
  • uVision Watch window default radix
    Hi, When I place a variable into a Watch window it is shown in Radix 16 by default. How do I change the default Watch window radix (to 10) ? Thanks
  • MPL macros in C source
    Is it possible? To use (invoke) a MPL macro in C source. Something like: __asm { ....... %*DEFINE (PackMyData ()) LOCAL end1( MOV R2,[R4] JNB R2.3,%end1 BSET T4IC.7 %end1: MOV R2...
  • A51 Source Code Containing MPL
    Hi, I am currently running Nohau EMUL51-PC emulator with Seahau Software (Version 4.0422A). All the programming modules were written previously in the 8051 assembly language. My problem comes after I...
  • MPL macros in C source
    Is it possible? To use (invoke) a MPL macro in C source. Something like: __asm { ....... %*DEFINE (PackMyData ()) LOCAL end1( MOV R2,[R4] JNB R2.3,%end1 BSET T4IC.7 %end1: MOV R2...