• Expression
    hi..can any body tell,the expression s=((a/16*10) + (a%16)) belongs to which conversion?????
  • expression with far variable fails (in MX)
    Hallo, now I have another serius problem. For your information, I use: Cx51 Ver 7.06 Philips / 89C669 An expression which involves a far variable does not produce correct result. Here is my...
  • branch to absolute address
    I wrote a piece of code running in 8051 microcontroller. The code is to write another piece of code to memory starting from, say, 0x1234. After this is done, it will jump to address 0x1234 to execute...
  • Initializer expression optimization
    I am having a problem with the Keil compiler not performing an optimization that looks trivial. I am using Keil 4.50. The issue can be reproduced with the following simple code: extern int g(int...
  • Break-Point Expressions
    Hi guys. Its been a while since I've posted, yet I still browse the forums daily. I'm working on an STM320F103E project which interfaces with an FPGA via memory mapping. The code is functional...