• 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...
  • 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...
  • 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...
  • 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...