• Direct bit I/O
    I have a bit-addressable var (ibase) that I am loading with a value and then rotating--placing the msb on an I/O pin (SData). The SData pin never changes--it stays high. What am I doing wrong? Thanks...
  • 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
  • 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...
  • User defined memory selectors
    Is there any pragma that allows you to create your own memory selector keyword? (i.e. near_ram). I have two EDATA classes defined as: CL (edata(0-041FH),edata(4000H-FFFFH)) I would like to use the...
  • How to control external tools with #define directive?
    Hi community, on 'Options for Target' -> Tab 'Output' -> Groupbox 'After Make' -> 'Run User Program #1' and 'Run User Program #2' i can specify to run external tools after compiling and linking....