• A51: Error A20: INVALID SIMPLE RELOCATABLE EXPRESSION
    I have: 1. ext_port.a51 file, that contains some variables. 2. ext_port.inc file, that contains some macros, that use variables from ext_port.a51. 3. some files, that use macros from ext_port.inc....
  • The nature of BAD RELOCATABLE EXPRESSION
    hi, Let assume that one .asm file contains next definitions: PUBLIC FLAG1,FLAG2 FLAG1 EQU 00000001b FLAG2 EQU 00000010b and the second file contains next line: MOV A,#(FLAG1 OR FLAG2) ...
  • Segment and external symbols used in relocatable expressions
    I know that for Keil assembler, "Segment and external symbols are not allowed in simple relocatable expressions". I just want to ask is there any tricks or "non-simple" way that can do the same effect...
  • relocatable segments
    I have several pieces of data (all C code) sprinkled across several modules that I want to group into a single area of memory at link time. How do I go about this? Thanks in advance for the help.
  • Expression
    hi..can any body tell,the expression s=((a/16*10) + (a%16)) belongs to which conversion?????