• 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...
  • 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...
  • 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) ...
  • Error 67 invalide expression
    I can't find a error list in the manual. Where I can find a error list.