• 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...
  • A51: mixing C-preprocessor and MPL
    Hi, I'm having difficulties using MPL (macros) and the C-style preprocessor in A51 (6.12). Whenever I use #define (C-style prepro) to declare something and activate MPL (cmdline opt: MPL; uV2: Project...