• Direct memory adddressing
    Hi, I want to read in my program, the data stored at a particular location in external ROM. How do I do that in 'C'? Regards Sonali
  • DEFINE directive in A251
    Hello dear colleagues! I was download Ñ251 Version 3.60 Evaluation Software. I have a problem: compiler message is "UNKNOWN CONTROL" DEFINE directive in A251 SAMPLE.ASM DEFINE (check, NoExtRam). Would...
  • Assembler Directive for Segment Length used
    Hi Is there a Assembler directive to calculate or indicate the used space in a Segment? I want to clear a portion of RAM which contains x amount of variables. I know that I can read the length...
  • how to set parity bit and stop bit
    i have problem how to set parity bit and stop bit in C language while sending data on serial port
  • bit (and sbit) operation with == and != (bug?)
    I have a problem that i cannot solve. I need to compare two bit values. Lets say: bit Low = 0; bit High = 1; But I get some really strange results if I try to compare both of them: Low ...