• 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) ...
  • Error 67 invalide expression
    I can't find a error list in the manual. Where I can find a error list.
  • 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...
  • The most simple A51 program
    Hi I just bought the MCB900 ver.4 with LPC935. I have programmed the first demo program into the flash - CheckLed - and it works fine on the eval board. I have many experiences with the old non Keil...