• 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) ...
  • 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) ...
  • 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....
  • 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....
  • Can I use HIGH in a simple relocatable expression?
    Hi Everyone, I am trying to get the following to assemble, but the assembler gives me error A20:- defins_XSEG segment xdata rseg defins_XSEG rx_buff: ds 200h tx_buff: ds 200h rx_msb EQU HIGH...