• Sharing #defines and EQU statements
    Does anyone know if there is a way to make a #define in 'C' visible to A51 code (or visa-versa)? I know how to make a header file in Hi-Tech C51 that will let 'C' and 'A51 definitions coexist, but can...
  • ISEG AT {location defined as EQU}
    I would like to have the following code, so I can maintain it easier using EQUs: {in an include file} STACKLENGTH EQU 50 {startup.a51} ISEG AT #(256 - STACKLENGTH) DS STACKLENGTH This way...
  • EQU DIRECTIVE ISSUE
    Dear all, I am using Keil evaluation version 4 for ARM, on target device LPC2119.I am programming using assembly language.Below are the details of my keil evaluation version. IDE-Version: µVision...
  • Standard Struct?
    Having some problems working with a struct typedef. In RTX51, one of the system functions takes as an argument a pointer to a struct: //function prototype signed char os_check_mailboxes (t_rtx_allmbxtab...
  • Anomaly: pflash.a66 coding standards, mnemonics
    ISO/IEC 12207 (1995) 5.3.7.5 e) states: "Appropriateness of coding methods and standards used;". The generally accepted commercial practices recommend using mnemonics instead of numeric values. ...